Skip to content

Commit 9dc2a58

Browse files
committed
fix: remove macos-26 as it conflicts with latest
1 parent 412a36c commit 9dc2a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ ubuntu-latest, macos-latest, macos-15-intel, macos-26 ]
12+
os: [ ubuntu-latest, macos-latest, macos-15-intel ]
1313
uses: ./.github/workflows/native-build.yml
1414
with:
1515
platform: ${{ matrix.os }}

0 commit comments

Comments
 (0)