Skip to content

Commit 99a89ab

Browse files
[ci] Update macosx worker list
Supported github workers are now 14, 15 and 15-intel. 13 is deprecated.
1 parent 4393266 commit 99a89ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
os:
11-
- 13
1211
- 14
12+
- 15
13+
- 15-intel
1314
runs-on: macos-${{ matrix.os }}
1415
name: 'macos-${{ matrix.os }}'
1516
steps:

0 commit comments

Comments
 (0)