Skip to content

Commit

Permalink
Merge pull request #9 from ipfs-shipyard/ubuntu-20.04
Browse files Browse the repository at this point in the history
Build things on ubuntu-20.04
  • Loading branch information
hsanjuan authored Jun 27, 2023
2 parents bd78fc7 + e4586db commit 0ae9675
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 @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- macos-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
# macos test fail with dist-built ipfs.
# - macos-latest
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
release:
name: "Release"
needs: test-artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
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-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -33,7 +33,7 @@ jobs:

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

0 comments on commit 0ae9675

Please sign in to comment.