Skip to content

Commit 439f039

Browse files
authored
workflows: fix windows runner to 2022 (bug 2015936) (#2193)
1 parent d7e8854 commit 439f039

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
./bin/adhoc-sign.py --os macOS ${{ github.event.release.tag_name }}
9292
9393
build-and-publish-windows-gui:
94-
runs-on: windows-latest
94+
runs-on: windows-2022
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
steps:

.github/workflows/upload-gui-to-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: mozregression-gui-app-bundle.tar.gz
8585

8686
build-and-publish-windows-gui:
87-
runs-on: windows-latest
87+
runs-on: windows-2022
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
steps:

0 commit comments

Comments
 (0)