We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625e97f commit b4bbb66Copy full SHA for b4bbb66
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os:
18
- - ubuntu-20.04
+ - ubuntu-latest
19
- macos-latest
20
runs-on: ${{ matrix.os }}
21
steps:
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
# macos test fail with dist-built ipfs.
58
# - macos-latest
59
@@ -98,7 +98,7 @@ jobs:
98
release:
99
name: "Release"
100
needs: test-artifacts
101
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
102
103
- name: Download artifacts
104
id: download
0 commit comments