Skip to content

Commit f679c39

Browse files
committed
Remove 1.11, Intel Macs, and most 32 bit jobs from CI
Should not be necessary to test them specifically.
1 parent ff55fe6 commit f679c39

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,26 @@ jobs:
2626
matrix:
2727
version:
2828
- '1.10'
29-
- '1.11'
30-
- '1.12'
29+
- '1'
3130
- 'nightly'
3231
os:
3332
- ubuntu-latest
3433
- windows-latest
35-
- macos-15-intel # Intel
3634
- macos-latest # Apple Silicon
3735
julia-wordsize:
3836
# The value here only affects the version of Julia binary that we download.
3937
# It does not affect the architecture of the GitHub Runner (virtual machine) that
4038
# we run on.
41-
- '32' # 32-bit Julia. Only available on x86_64. Not available on aarch64.
4239
- '64' # 64-bit Julia.
4340
exclude:
4441
# Killing workers doesn't work on Windows in Julia 1.10:
4542
# (It does work on 1.11+)
4643
- os: windows-latest
4744
version: '1.10'
48-
# We don't have 32-bit builds of Julia for Intel macOS:
49-
- os: macos-15-intel # Intel
50-
julia-wordsize: '32'
51-
#
52-
# We don't have 32-bit builds of Julia for Apple Silicon macOS:
53-
- os: macos-latest # Apple Silicon
45+
include:
46+
- os: ubuntu-latest
5447
julia-wordsize: '32'
48+
version: '1'
5549

5650
steps:
5751
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)