Skip to content

Commit

Permalink
Update ubuntu runner images
Browse files Browse the repository at this point in the history
ubuntu-18.04 is no longer available on Github Actions; replace it with
ubuntu-22.04.
  • Loading branch information
achernya committed Jul 30, 2023
1 parent eee1a8c commit d5da710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-18.04, ubuntu-20.04]
os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
crypto: [auto]
include:
- crypto: nettle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-22.04, macos-12]

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

0 comments on commit d5da710

Please sign in to comment.