Skip to content

Commit 7c1f9db

Browse files
zaxtaxvandalt
authored andcommitted
Switch to using latest Ubuntu (pymc-devs#7758)
1 parent f66dc89 commit 7c1f9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
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)