Skip to content

Commit a8da3d9

Browse files
authored
update gh-runner@macOS-latest, xcode@16.3 (#279)
1 parent 4c91df6 commit a8da3d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build-tsdk:
16-
runs-on: macos-13
16+
runs-on: macos-latest
1717

1818
strategy:
1919
matrix:
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: maxim-lobanov/setup-xcode@v1
3434
with:
35-
xcode-version: '15.2'
35+
xcode-version: '16.3'
3636

3737
- name: macOS tools
3838
if: runner.os == 'macOS'
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ matrix.spec.name }}.tgz
6060

6161
build-cziti:
62-
runs-on: macos-13
62+
runs-on: macos-latest
6363
needs: [ build-tsdk ]
6464

6565
steps:
@@ -70,7 +70,7 @@ jobs:
7070

7171
- uses: maxim-lobanov/setup-xcode@v1
7272
with:
73-
xcode-version: '15.2'
73+
xcode-version: '16.3'
7474

7575
- name: Download Artifacts
7676
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)