Skip to content

Commit d92928f

Browse files
committed
Update Test workflows for 1.12
1 parent 6c7d659 commit d92928f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/Test.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21+
<<<<<<< Updated upstream
2122
version: ['1.10', '1.11', '1.12-nightly', 'nightly']
2223
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
2324
arch: [x64, arm64]
25+
=======
26+
version: ['1.10', '1.11', '1.12', 'nightly']
27+
os: [ubuntu-latest, macOS-latest, windows-latest]
28+
arch: [x64]
29+
>>>>>>> Stashed changes
2430
llvm_args: ['']
2531
exclude:
2632
# unsupported combinations
@@ -115,12 +121,12 @@ jobs:
115121
matrix:
116122
os: [ubuntu-24.04]
117123
arch: [x64]
118-
llvm_args: ['', '--opaque-pointers']
124+
llvm_args: ['']
119125
include:
120-
- version: '1.11'
121-
pipeline: 'julia-release-1-dot-11'
126+
- version: '1.12'
127+
pipeline: 'julia-release-1-dot-12'
122128
build: 'x86_64-linux-gnuassert'
123-
branch: 'release-1.11'
129+
branch: 'release-1.12'
124130
#- version: 'master'
125131
# pipeline: 'julia-master'
126132
# build: 'x86_64-linux-gnuassert'

0 commit comments

Comments
 (0)