Skip to content

Commit 3ab5860

Browse files
author
Brad Larsen
authored
Switch from Ubuntu 20.04 to 22.04 (#267)
GitHub Actions has retired the Ubuntu 20.04 runners.
1 parent 6dd8a6b commit 3ab5860

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
strategy:
5757
matrix:
5858
include:
59-
- name: ubuntu-20.04.x86_64.stable.release
60-
os: ubuntu-20.04
59+
- name: ubuntu-22.04.x86_64.stable.release
60+
os: ubuntu-22.04
6161
rust: stable
6262
profile: release
6363
features: -F release

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- build: ubuntu-20.04.x86_64
23-
os: ubuntu-20.04
22+
- build: ubuntu-22.04.x86_64
23+
os: ubuntu-22.04
2424
rust: stable
2525
install_dependencies: |
2626
sudo apt-get install zsh libboost-all-dev

0 commit comments

Comments
 (0)