Skip to content

Commit 2705a5e

Browse files
authored
Switch to using latest Ubuntu (#7758)
1 parent 278c646 commit 2705a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ needs.changes.outputs.changes == 'true' }}
5555
strategy:
5656
matrix:
57-
os: [ubuntu-20.04]
57+
os: [ubuntu-latest]
5858
floatx: [float64]
5959
python-version: ["3.13"]
6060
test-subset:
@@ -286,9 +286,9 @@ jobs:
286286
if: ${{ needs.changes.outputs.changes == 'true' }}
287287
strategy:
288288
matrix:
289-
os: [ubuntu-20.04]
289+
os: [ubuntu-latest]
290290
floatx: [float64]
291-
python-version: ["3.12"]
291+
python-version: ["3.13"]
292292
test-subset:
293293
- |
294294
tests/distributions/test_random_alternative_backends.py

0 commit comments

Comments
 (0)