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 :
@@ -152,6 +159,7 @@ jobs:
152159 version :
153160 - ' 1.10'
154161 - ' 1.11'
162+ - ' 1.12'
155163 - ' nightly'
156164 os :
157165 - ubuntu-latest
@@ -164,6 +172,7 @@ jobs:
164172 with :
165173 version : ${{ matrix.version }}
166174 arch : ${{ matrix.arch }}
175+ include-all-prereleases : true
167176 - uses : julia-actions/cache@v2
168177 - name : setup EnzymeTestUtils
169178 shell : julia --color=yes {0}
@@ -206,6 +215,7 @@ jobs:
206215 version :
207216 - ' 1.10'
208217 - ' 1.11'
218+ - ' 1.12'
209219 - ' nightly'
210220 os :
211221 - ubuntu-latest
@@ -218,6 +228,7 @@ jobs:
218228 with :
219229 version : ${{ matrix.version }}
220230 arch : ${{ matrix.arch }}
231+ include-all-prereleases : true
221232 - uses : julia-actions/cache@v2
222233 - name : setup EnzymeCore
223234 shell : julia --color=yes {0}
You can’t perform that action at this time.
0 commit comments