Skip to content

Commit fc2e378

Browse files
Merge branch 'main' into 22-implement-more-end-to-end-testing
2 parents 772cfdd + 4466c0f commit fc2e378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aot-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [macos-14, windows-2019, ubuntu-22.04, ubuntu-22.04-arm]
13+
os: [macos-14, windows-2022, ubuntu-22.04, ubuntu-22.04-arm]
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -44,7 +44,7 @@ jobs:
4444
mv jelly-cli-macos-14/jelly-cli jelly-cli-mac-arm64
4545
mv jelly-cli-ubuntu-22.04/jelly-cli jelly-cli-linux-x86_64
4646
mv jelly-cli-ubuntu-22.04-arm/jelly-cli jelly-cli-linux-arm64
47-
mv jelly-cli-windows-2019/jelly-cli.exe jelly-cli-windows-x86_64.exe
47+
mv jelly-cli-windows-2022/jelly-cli.exe jelly-cli-windows-x86_64.exe
4848
4949
- name: Upload binaries (pre-release)
5050
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)