Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev committed Feb 12, 2023
1 parent 9d76d6d commit c7bc921
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:


build-windows-amd64:
runs-on: windows-2019
runs-on: windows-2022
needs: create-release
permissions:
contents: write
Expand All @@ -151,7 +151,7 @@ jobs:


build-windows-i386:
runs-on: windows-2019
runs-on: windows-2022
needs: create-release
permissions:
contents: write
Expand All @@ -171,7 +171,7 @@ jobs:


build-windows-arm64:
runs-on: windows-2019
runs-on: windows-2022
needs: create-release
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-windows-amd64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-windows-arm64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-windows-i386:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
-
Expand Down

0 comments on commit c7bc921

Please sign in to comment.