Skip to content

Commit 9938cf2

Browse files
committed
Add macos-13 (intel) as platform for JuliaSyntax CI build
1 parent 2d69474 commit 9938cf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/JuliaSyntaxCI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- '1'
3232
github-runner:
3333
- ubuntu-latest
34+
- macos-13
3435
- macos-latest
3536
- windows-latest
3637
julia-wordsize:
@@ -40,6 +41,9 @@ jobs:
4041
- '32' # 32-bit Julia. Only available on x86_64. Not available on aarch64.
4142
- '64' # 64-bit Julia.
4243
exclude:
44+
# For Intel macOS we don't have 32-bit builds of Julia
45+
- github-runner: macos-13
46+
julia-wordsize: '32'
4347
# For Apple Silicon macOS we don't have 32-bit builds of Julia, nor
4448
# builds for older Julia versions.
4549
- github-runner: macos-latest

0 commit comments

Comments
 (0)