We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e9b29 commit 30a6a38Copy full SHA for 30a6a38
.github/workflows/Test.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
version: ['1.10', '1.11', '1.12-nightly', 'nightly']
22
- os: [ubuntu-latest, macOS-latest, windows-latest]
+ os: [ubuntu-latest, macos-15-intel, windows-latest]
23
arch: [x64]
24
llvm_args: ['']
25
include:
@@ -30,7 +30,7 @@ jobs:
30
arch: 'x64'
31
llvm_args: '--opaque-pointers'
32
- version: '1.10'
33
- os: 'macOS-latest'
+ os: 'macos-15-intel'
34
35
36
@@ -42,7 +42,7 @@ jobs:
42
43
44
- version: '1.11'
45
46
47
48
0 commit comments