Skip to content

Commit

Permalink
fix CI build: ubuntu-18.04 not supported by github actions anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Apr 18, 2023
1 parent d144e03 commit 4346e65
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 @@ -20,7 +20,7 @@ jobs:
fail-fast: true

matrix:
os: [ubuntu-18.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-latest]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4346e65

Please sign in to comment.