Skip to content

Commit

Permalink
[workflow] Use ubuntu-20.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
ubuntu-latest is Ubuntu 22.04 since November 9, 2022
  • Loading branch information
Galarius committed May 3, 2023
1 parent afa2d10 commit 824fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-latest
- os: ubuntu-20.04
- os: macos-latest
- os: windows-latest

Expand Down

0 comments on commit 824fe42

Please sign in to comment.