Skip to content

Commit 4bc264b

Browse files
committed
Updating CI
1 parent 6c0d52b commit 4bc264b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- 'v*'
88

99
env:
10-
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app
10+
DEVELOPER_DIR: /Applications/Xcode_26.2.0.app
1111

1212
jobs:
1313
main:
14-
runs-on: macOS-15
14+
runs-on: macOS-26
1515
permissions: write-all
1616
steps:
1717
- name: Checkout

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ on:
1414
- 'tools/create-release'
1515

1616
env:
17-
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app
17+
DEVELOPER_DIR: /Applications/Xcode_26.2.0.app
1818

1919
jobs:
2020
main:
21-
runs-on: macOS-15
21+
runs-on: macOS-26
2222

2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)