Skip to content

Commit

Permalink
Merge pull request #298 from ipfs/ubuntu-20-04-deprecation
Browse files Browse the repository at this point in the history
chore: replace ubuntu-20.04 with ubuntu-latest
  • Loading branch information
guillaumemichel authored Jan 28, 2025
2 parents 9fa13c2 + b4bbb66 commit c75566d
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 @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -53,7 +53,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 @@ -98,7 +98,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 c75566d

Please sign in to comment.