Skip to content

Commit

Permalink
chore: update ubuntu 20.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 26, 2025
1 parent 842495b commit 8050112
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 8050112

Please sign in to comment.