Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Oct 15, 2024
1 parent f7d470f commit 6e46b93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "15.0"
xcode-version: "16.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme SwiftUISupport -sdk iphoneos -destination 'generic/platform=iOS'
test:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "15.0"
xcode-version: "16.0"
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit 6e46b93

Please sign in to comment.