Update ubuntu runner images
ubuntu-18.04 is no longer available on Github Actions; replace it with ubuntu-22.04.
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
eee1a8cf41
commit
d5da710c02
@@ -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
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-12]
|
||||
os: [ubuntu-22.04, macos-12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user