Skip to content

Commit

Permalink
Update CI to ubuntu-20.04
Browse files Browse the repository at this point in the history
ubuntu-18-04 is no longer available.
  • Loading branch information
jackc committed Jun 28, 2023
1 parent 4c4dc6f commit f9ad18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit f9ad18f

Please sign in to comment.