Skip to content

Commit 5cb0e57

Browse files
committed
Update ci
1 parent bacab03 commit 5cb0e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ concurrency:
1616

1717
jobs:
1818
macos:
19-
name: macos 15
20-
runs-on: macos-15
19+
name: macos 15.5
20+
runs-on: macos-15.5
2121
strategy:
2222
matrix:
2323
config:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set Xcode version
2828
uses: maxim-lobanov/setup-xcode@v1
2929
with:
30-
xcode-version: '16.0'
30+
xcode-version: '26.0'
3131
- name: Checkout Package
3232
uses: actions/checkout@v4
3333
with:

0 commit comments

Comments
 (0)