File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515jobs :
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2929
3030jobs :
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
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
You can’t perform that action at this time.
0 commit comments