Skip to content

Commit abebdb6

Browse files
committed
Fix publish-packages.yml
Signed-off-by: Marten Richter <[email protected]>
1 parent b110018 commit abebdb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 20
4242
registry-url: https://npm.pkg.github.com/
4343
- name: Check if version has been updated
4444
id: check
@@ -56,7 +56,7 @@ jobs:
5656
needs: version-check
5757
strategy:
5858
matrix:
59-
os: [ubuntu-20.04, windows-2022, macos-latest ]
59+
os: [ubuntu-20.04, windows-2022, macos-13 ]
6060
arch: [x64]
6161
include:
6262
- arch: ia32
@@ -79,7 +79,7 @@ jobs:
7979
echo ${{matrix.os == 'macos-latest'}}
8080
echo ${{ matrix.arch == 'arm64' && matrix.os == 'macos-latest' }}
8181
echo ${{matrix.arch == 'x64'}}
82-
echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-latest' }}
82+
echo ${{ matrix.arch == 'x64' && matrix.os == 'macos-13' }}
8383
- name: Checkout code
8484
uses: actions/checkout@v4
8585
with:

0 commit comments

Comments
 (0)