Skip to content

Commit 30a6a38

Browse files
committed
Use correct CI machine name.
1 parent b8e9b29 commit 30a6a38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version: ['1.10', '1.11', '1.12-nightly', 'nightly']
22-
os: [ubuntu-latest, macOS-latest, windows-latest]
22+
os: [ubuntu-latest, macos-15-intel, windows-latest]
2323
arch: [x64]
2424
llvm_args: ['']
2525
include:
@@ -30,7 +30,7 @@ jobs:
3030
arch: 'x64'
3131
llvm_args: '--opaque-pointers'
3232
- version: '1.10'
33-
os: 'macOS-latest'
33+
os: 'macos-15-intel'
3434
arch: 'x64'
3535
llvm_args: '--opaque-pointers'
3636
- version: '1.10'
@@ -42,7 +42,7 @@ jobs:
4242
arch: 'x64'
4343
llvm_args: '--opaque-pointers'
4444
- version: '1.11'
45-
os: 'macOS-latest'
45+
os: 'macos-15-intel'
4646
arch: 'x64'
4747
llvm_args: '--opaque-pointers'
4848
- version: '1.11'

0 commit comments

Comments
 (0)