Skip to content

Commit

Permalink
Merge pull request #53 from wacumov/fix-ci
Browse files Browse the repository at this point in the history
Update Github Actions workflow
  • Loading branch information
takecian authored Nov 26, 2024
2 parents 9a78553 + 2513f93 commit 8b53f4e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Swift

on: [push]
on:
push:
pull_request:

jobs:
build:

runs-on: macOS-latest
runs-on: macos-15

steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v4
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "16.0"
- name: Build
run: xcodebuild

0 comments on commit 8b53f4e

Please sign in to comment.