Skip to content

Commit b5686ee

Browse files
authored
Update Test workflows for 1.12 (#729)
1 parent 50d698b commit b5686ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
version: ['1.10', '1.11', '1.12-nightly', 'nightly']
21+
version: ['1.10', '1.11', '1.12', 'nightly']
2222
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
2323
arch: [x64, arm64]
2424
llvm_args: ['']
@@ -115,12 +115,12 @@ jobs:
115115
matrix:
116116
os: [ubuntu-24.04]
117117
arch: [x64]
118-
llvm_args: ['', '--opaque-pointers']
118+
llvm_args: ['']
119119
include:
120-
- version: '1.11'
121-
pipeline: 'julia-release-1-dot-11'
120+
- version: '1.12'
121+
pipeline: 'julia-release-1-dot-12'
122122
build: 'x86_64-linux-gnuassert'
123-
branch: 'release-1.11'
123+
branch: 'release-1.12'
124124
#- version: 'master'
125125
# pipeline: 'julia-master'
126126
# build: 'x86_64-linux-gnuassert'

0 commit comments

Comments
 (0)