aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alex Chernyakhovsky <alex@achernya.com>2023-07-30 16:40:50 -0400
committerGravatar Alex Chernyakhovsky <achernya@mit.edu>2023-07-30 16:52:57 -0400
commitd5da710c02253ea56847e12761ccf59b817f33a5 (patch)
tree1298d2beaaf917f8abdbe6918921ceadc6bd9d6f
parenteee1a8cf413051c2a9104e8158e699028ff56b26 (diff)
Update ubuntu runner images
ubuntu-18.04 is no longer available on Github Actions; replace it with ubuntu-22.04.
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5e52ec6..27a6fca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 11fc322..7666d61 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
- os: [ubuntu-20.04, macos-12]
+ os: [ubuntu-22.04, macos-12]
steps:
- uses: actions/checkout@v2