We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1254d commit 4731318Copy full SHA for 4731318
.github/workflows/build.yml
@@ -26,7 +26,6 @@ jobs:
26
- name: fix node
27
run: |
28
ln -s /usr/local/bin /__e/node20/bin
29
- ls -l /__e/node20
30
31
- uses: actions/checkout@v2
32
with:
@@ -130,7 +129,7 @@ jobs:
130
129
path: ./*macosx-x86_64*.jar
131
132
build-windows:
133
- runs-on: windows-2019
+ runs-on: windows-2022
134
135
steps:
136
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -173,7 +172,7 @@ jobs:
173
172
path: ./*.jar
174
175
build-windows32:
176
177
178
179
0 commit comments