We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0d52b commit 4bc264bCopy full SHA for 4bc264b
.github/workflows/publish.yml
@@ -7,11 +7,11 @@ on:
7
- 'v*'
8
9
env:
10
- DEVELOPER_DIR: /Applications/Xcode_16.3.0.app
+ DEVELOPER_DIR: /Applications/Xcode_26.2.0.app
11
12
jobs:
13
main:
14
- runs-on: macOS-15
+ runs-on: macOS-26
15
permissions: write-all
16
steps:
17
- name: Checkout
.github/workflows/test.yml
@@ -14,11 +14,11 @@ on:
- 'tools/create-release'
18
19
20
21
22
23
24
0 commit comments