Skip to content

Commit d8a9fbf

Browse files
authored
Merge pull request SciSharp#1163 from martindevans/ubuntu-22.04_for_cuda
Using ubuntu-22.04 because ubuntu-24.04 fails
2 parents 94b9f13 + 32db5a6 commit d8a9fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
strategy:
335335
fail-fast: false
336336
matrix:
337-
os: [ubuntu-24.04, windows-2019]
337+
os: [ubuntu-22.04, windows-2019]
338338
cuda: ['12.2.0', '11.7.1']
339339
runs-on: ${{ matrix.os }}
340340
steps:

0 commit comments

Comments
 (0)