Skip to content

Commit ddb4125

Browse files
committed
swap to ubuntu latest
1 parent 19b1d35 commit ddb4125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pre-commit/[email protected]
1515
build:
1616

17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install .
3333
test:
3434

35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
strategy:
3737
fail-fast: false
3838
matrix:

0 commit comments

Comments
 (0)