Skip to content

Commit

Permalink
Update Ubuntu to 22.04 to be inline with Creditcoin 3
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 15, 2024
1 parent b3f8e06 commit ee496c5
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-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
- run: cargo check
fmt:
name: check formatting
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand All @@ -54,7 +54,7 @@ jobs:
- run: cargo fmt -- --check
clippy:
name: cargo clippy
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

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-20.04
runs-on: ubuntu-22.04

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

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

0 comments on commit ee496c5

Please sign in to comment.