Update workflows

This commit is contained in:
FriwiDev 2023-02-12 23:10:30 +01:00
parent 9d76d6db93
commit c7bc921d5c
4 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ jobs:
build-windows-amd64: build-windows-amd64:
runs-on: windows-2019 runs-on: windows-2022
needs: create-release needs: create-release
permissions: permissions:
contents: write contents: write
@ -151,7 +151,7 @@ jobs:
build-windows-i386: build-windows-i386:
runs-on: windows-2019 runs-on: windows-2022
needs: create-release needs: create-release
permissions: permissions:
contents: write contents: write
@ -171,7 +171,7 @@ jobs:
build-windows-arm64: build-windows-arm64:
runs-on: windows-2019 runs-on: windows-2022
needs: create-release needs: create-release
permissions: permissions:
contents: write contents: write

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
build-windows-amd64: build-windows-amd64:
runs-on: windows-2019 runs-on: windows-2022
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- -

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
build-windows-arm64: build-windows-arm64:
runs-on: windows-2019 runs-on: windows-2022
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- -

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
build-windows-i386: build-windows-i386:
runs-on: windows-2019 runs-on: windows-2022
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- -