We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-22.04
1 parent 6de572a commit 409a1abCopy full SHA for 409a1ab
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os:
30
- - ubuntu-20.04
+ - ubuntu-22.04
31
- macos-13
32
- macos-14
33
- windows-2019
@@ -67,7 +67,7 @@ jobs:
67
publish:
68
if: ${{ github.event_name == 'release' }}
69
name: Publishing to NPM
70
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
71
needs:
72
- prebuild
73
- prebuild-alpine
@@ -89,7 +89,7 @@ jobs:
89
fail-fast: false
90
91
92
93
94
95
0 commit comments