Skip to content

Commit d929d0a

Browse files
committed
fix: 撤回前三个commit
1 parent 71f859b commit d929d0a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ on:
1515
jobs:
1616
# job 1
1717
build-and-upload:
18-
runs-on: ${{ matrix.os }}
18+
runs-on: ${{ matrix.os }}-latest
1919
env:
2020
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
2121
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
os:
26-
- windows-latest
27-
- ubuntu-latest
28-
# - ubuntu-24.04-arm
29-
- macos-latest
26+
- windows
27+
- ubuntu
28+
# - ubuntu-24.04-arm # 因难以申请到 ARM64 runner而放弃;注意该系统名称不应使用latest后缀
29+
- macos
3030
node:
3131
- 22
3232
steps:

.github/workflows/npm-run-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- windows
2828
- ubuntu
29-
- ubuntu-24.04-arm
29+
# - ubuntu-24.04-arm # 因难以申请到 ARM64 runner而放弃;注意该系统名称不应使用latest后缀
3030
- macos
3131
node:
3232
- 22

.github/workflows/test-and-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
test-and-upload:
32-
runs-on: ${{ matrix.os }}
32+
runs-on: ${{ matrix.os }}-latest
3333
env:
3434
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
3535
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
@@ -39,7 +39,7 @@ jobs:
3939
os:
4040
- windows-latest
4141
- ubuntu-latest
42-
# - ubuntu-24.04-arm
42+
# - ubuntu-24.04-arm # 因难以申请到 ARM64 runner而放弃;注意该系统名称不应使用latest后缀
4343
- macos-latest
4444
node:
4545
- 22

0 commit comments

Comments
 (0)