Skip to content

Commit

Permalink
Merge pull request #3 from gluwa/CSUB-384-USE-ubuntu-20.4
Browse files Browse the repository at this point in the history
CSUB-384: Use Ubuntu 20.04 which is used for creditcoin-node
  • Loading branch information
nathanwhit authored Jan 31, 2023
2 parents cc218bc + f5eef54 commit 4ba2d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
check:
name: cargo check
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
- run: cargo check
fmt:
name: check formatting
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -34,7 +34,7 @@ jobs:
- run: cargo fmt -- --check
clippy:
name: cargo clippy
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-binary:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
if-no-files-found: error

create-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs:
- build-binary
steps:
Expand Down

0 comments on commit 4ba2d89

Please sign in to comment.