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 2d69474 commit 9938cf2Copy full SHA for 9938cf2
.github/workflows/JuliaSyntaxCI.yml
@@ -31,6 +31,7 @@ jobs:
31
- '1'
32
github-runner:
33
- ubuntu-latest
34
+ - macos-13
35
- macos-latest
36
- windows-latest
37
julia-wordsize:
@@ -40,6 +41,9 @@ jobs:
40
41
- '32' # 32-bit Julia. Only available on x86_64. Not available on aarch64.
42
- '64' # 64-bit Julia.
43
exclude:
44
+ # For Intel macOS we don't have 32-bit builds of Julia
45
+ - github-runner: macos-13
46
+ julia-wordsize: '32'
47
# For Apple Silicon macOS we don't have 32-bit builds of Julia, nor
48
# builds for older Julia versions.
49
- github-runner: macos-latest
0 commit comments