Skip to content

Commit

Permalink
13 => 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Sep 2, 2024
1 parent e5959d8 commit 683e934
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

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

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -18,19 +18,19 @@ jobs:
- name: Build
run: swift build --target TripKit

build_spm_monterey:
runs-on: macos-12
build_spm_macos13:
runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.2
xcode-version: 15.4
- uses: actions/checkout@v4
- name: Build
run: swift build --target TripKit

build_xcode:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -45,7 +45,7 @@ jobs:
run: xcodebuild build -quiet -project TripKit.xcodeproj -scheme "TripKitInterApp-iOS" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14'

test_xcode:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -69,7 +69,7 @@ jobs:
# even if the test fails in the previous step.

examples:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 683e934

Please sign in to comment.