Skip to content

Commit bf38b39

Browse files
authored
Merge pull request #1103 from dandi/upgrade-ubuntu
Update test.yml to use ubuntu-latest
2 parents 7b00392 + 1d72d65 commit bf38b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os:
2727
- windows-2019
28-
- ubuntu-18.04
28+
- ubuntu-latest
2929
- macos-latest
3030
python:
3131
- 3.7
@@ -35,10 +35,10 @@ jobs:
3535
mode:
3636
- normal
3737
include:
38-
- os: ubuntu-18.04
38+
- os: ubuntu-latest
3939
python: 3.7
4040
mode: dandi-api
41-
- os: ubuntu-18.04
41+
- os: ubuntu-latest
4242
python: 3.7
4343
mode: dev-deps
4444
exclude:

0 commit comments

Comments
 (0)