mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 21:06:38 +08:00
Update workflows
This commit is contained in:
parent
9d76d6db93
commit
c7bc921d5c
6
.github/workflows/build-all.yml
vendored
6
.github/workflows/build-all.yml
vendored
@ -131,7 +131,7 @@ jobs:
|
||||
|
||||
|
||||
build-windows-amd64:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
needs: create-release
|
||||
permissions:
|
||||
contents: write
|
||||
@ -151,7 +151,7 @@ jobs:
|
||||
|
||||
|
||||
build-windows-i386:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
needs: create-release
|
||||
permissions:
|
||||
contents: write
|
||||
@ -171,7 +171,7 @@ jobs:
|
||||
|
||||
|
||||
build-windows-arm64:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
needs: create-release
|
||||
permissions:
|
||||
contents: write
|
||||
|
2
.github/workflows/build-windows-amd64.yml
vendored
2
.github/workflows/build-windows-amd64.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-windows-amd64:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
-
|
||||
|
2
.github/workflows/build-windows-arm64.yml
vendored
2
.github/workflows/build-windows-arm64.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-windows-arm64:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
-
|
||||
|
2
.github/workflows/build-windows-i386.yml
vendored
2
.github/workflows/build-windows-i386.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-windows-i386:
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user