Skip to content

Commit 06ef660

Browse files
committed
Updating macOS CI definitions
1 parent dce85fb commit 06ef660

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
EOF
7878
7979
mac:
80-
runs-on: macos-14
80+
runs-on: macos-26
8181
env:
82-
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app
82+
DEVELOPER_DIR: /Applications/Xcode_26.2.app
8383

8484
steps:
8585
- name: Checkout

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
- { os: macos-14, xcode: '15.4.0' }
117117
- { os: macos-15, xcode: '16.4.0' }
118118
- { os: macos-15-intel, xcode: '16.4.0' }
119-
- { os: macos-26, xcode: '26.0' }
120119
env:
121120
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app
122121
steps:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
EOF
7575
7676
mac:
77-
runs-on: macos-14
77+
runs-on: macos-26
7878
needs: prepare
7979
env:
80-
DEVELOPER_DIR: /Applications/Xcode_16.2.app
80+
DEVELOPER_DIR: /Applications/Xcode_26.2.app
8181

8282
steps:
8383
- name: Checkout

0 commit comments

Comments
 (0)