We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c91df6 commit a8da3d9Copy full SHA for a8da3d9
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
build-tsdk:
16
- runs-on: macos-13
+ runs-on: macos-latest
17
18
strategy:
19
matrix:
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: maxim-lobanov/setup-xcode@v1
34
with:
35
- xcode-version: '15.2'
+ xcode-version: '16.3'
36
37
- name: macOS tools
38
if: runner.os == 'macOS'
@@ -59,7 +59,7 @@ jobs:
59
path: ${{ matrix.spec.name }}.tgz
60
61
build-cziti:
62
63
needs: [ build-tsdk ]
64
65
steps:
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
- name: Download Artifacts
76
uses: actions/download-artifact@v4
0 commit comments