Skip to content

Commit 5b532f3

Browse files
committed
🔧 Updating publish-packages.yml to use ubuntu-latest
1 parent 64e6f43 commit 5b532f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
184184
publish-wrapper-npm-package:
185185
name: Publish wrapper NPM packages
186-
runs-on: ubuntu-20.04
186+
runs-on: ubuntu-latest
187187
needs: publish-npm-binaries
188188
steps:
189189
- name: Checkout

0 commit comments

Comments
 (0)