Skip to content

Commit 2c32b16

Browse files
authored
update ziti-tunnel-sdk-c@v1.7.19 (#292)
* use xcode 16.4 (same tools as ziti-tunnel-apple) * update ziti-tunnel-sdk-c@v1.7.19
1 parent 4c371a6 commit 2c32b16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 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-15
1717

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

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

3737
- name: macOS tools
3838
if: runner.os == 'macOS'
3939
shell: bash
40-
run: brew install autoconf autoconf-archive automake pkg-config
40+
run: brew install autoconf autoconf-archive automake libtool pkg-config
4141

4242
- uses: lukka/run-vcpkg@v11
4343
with:
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ matrix.spec.name }}.tgz
6060

6161
build-cziti:
62-
runs-on: macos-13
62+
runs-on: macos-15
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.4'
7474

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

0 commit comments

Comments
 (0)