File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4242 version :
4343 - ' 1.10'
4444 - ' 1.11'
45+ - ' 1.12'
4546 - ' nightly'
4647 os :
4748 - ubuntu-24.04
@@ -72,13 +73,19 @@ jobs:
7273 libEnzyme : packaged
7374 version : ' 1.11'
7475 assertions : true
76+ - os : ubuntu-24.04
77+ arch : default
78+ libEnzyme : packaged
79+ version : ' 1.12'
80+ assertions : true
7581 steps :
7682 - uses : actions/checkout@v5
7783 - uses : julia-actions/setup-julia@v2
7884 if : ${{ ! matrix.assertions }}
7985 with :
8086 version : ${{ matrix.version }}
8187 arch : ${{ matrix.arch }}
88+ include-all-prereleases : true
8289 - uses : actions/checkout@v5
8390 if : ${{ matrix.assertions }}
8491 with :
@@ -153,6 +160,7 @@ jobs:
153160 version :
154161 - ' 1.10'
155162 - ' 1.11'
163+ - ' 1.12'
156164 - ' nightly'
157165 os :
158166 - ubuntu-latest
@@ -165,6 +173,7 @@ jobs:
165173 with :
166174 version : ${{ matrix.version }}
167175 arch : ${{ matrix.arch }}
176+ include-all-prereleases : true
168177 - uses : julia-actions/cache@v2
169178 - name : setup EnzymeTestUtils
170179 shell : julia --color=yes {0}
@@ -207,6 +216,7 @@ jobs:
207216 version :
208217 - ' 1.10'
209218 - ' 1.11'
219+ - ' 1.12'
210220 - ' nightly'
211221 os :
212222 - ubuntu-latest
@@ -219,6 +229,7 @@ jobs:
219229 with :
220230 version : ${{ matrix.version }}
221231 arch : ${{ matrix.arch }}
232+ include-all-prereleases : true
222233 - uses : julia-actions/cache@v2
223234 - name : setup EnzymeCore
224235 shell : julia --color=yes {0}
You can’t perform that action at this time.
0 commit comments