Skip to content

Commit

Permalink
ci: Bump GH action runners to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Feb 21, 2023
1 parent d06e0b1 commit dbe42b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
include:
- build: linux-x86_64
os: ubuntu-18.04
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
include:
- build: linux-x86_64
os: ubuntu-18.04
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion cross/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

# Copy from nearcore:
# https://github.com/near/nearcore/blob/master/Dockerfile
Expand Down

0 comments on commit dbe42b5

Please sign in to comment.