Skip to content

Commit 481eb39

Browse files
committed
update gh-runner@macOS-15
1 parent a8da3d9 commit 481eb39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

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

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

1818
strategy:
1919
matrix:
@@ -59,7 +59,7 @@ jobs:
5959
path: ${{ matrix.spec.name }}.tgz
6060

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

6565
steps:

0 commit comments

Comments
 (0)