Skip to content

Commit

Permalink
chore: update ubuntu 20.04 to ubuntu-latest (#43)
Browse files Browse the repository at this point in the history
* chore: update ubuntu 20.04 to ubuntu-latest

* chore: update ubuntu 20.04 to ubuntu-latest
  • Loading branch information
galargh authored Jan 27, 2025
1 parent 842495b commit 349ea17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-latest
# macos test fail with dist-built ipfs.
# - macos-latest
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
release:
name: "Release"
needs: test-artifacts
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Download artifacts
id: download
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
tests:
name: "Compact denylist format test suite"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:

check:
name: "Static, syntax and spelling checks"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 349ea17

Please sign in to comment.