Skip to content

Commit 6713bde

Browse files
author
Guilherme Souza
committed
bump macOS to 15
1 parent 5f338cb commit 6713bde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ concurrency:
1616
jobs:
1717
xcodebuild:
1818
name: xcodebuild
19-
runs-on: macos-14
19+
runs-on: macos-15
2020
strategy:
2121
matrix:
2222
command: [test, ""]
2323
platform: [IOS, MAC_CATALYST, MACOS, TVOS, VISIONOS, WATCHOS]
24-
xcode: ["15.4", "16"]
24+
xcode: ["15.4", "16.0"]
2525
exclude:
2626
- { platform: VISIONOS }
2727
include:
@@ -86,7 +86,7 @@ jobs:
8686

8787
examples:
8888
name: Examples
89-
runs-on: macos-14
89+
runs-on: macos-15
9090
steps:
9191
- uses: actions/checkout@v4
9292
- name: Cache derived data
@@ -98,7 +98,7 @@ jobs:
9898
restore-keys: |
9999
deriveddata-examples-
100100
- name: Select Xcode 16
101-
run: sudo xcode-select -s /Applications/Xcode_16.app
101+
run: sudo xcode-select -s /Applications/Xcode_16.0.app
102102
- name: Set IgnoreFileSystemDeviceInodeChanges flag
103103
run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
104104
- name: Update mtime for incremental builds

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ concurrency:
1313

1414
jobs:
1515
integration-tests:
16-
runs-on: macos-14
16+
runs-on: macos-15
1717
name: Integration Tests
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
2222
- name: Select Xcode 16
23-
run: sudo xcode-select -s /Applications/Xcode_16.app
23+
run: sudo xcode-select -s /Applications/Xcode_16.0.app
2424
- name: Run tests
2525
run: make test-integration
2626
env:

0 commit comments

Comments
 (0)