Skip to content

Commit

Permalink
ci: use non-deprecated ubuntu container
Browse files Browse the repository at this point in the history
Problem: github deprecated the ubuntu-18.04 builder.

Switch to ubuntu-20.04.
  • Loading branch information
garlick committed May 4, 2023
1 parent 9156b70 commit 6fdd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
cc: [gcc, clang]
os: [ubuntu-latest, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6fdd265

Please sign in to comment.