Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/libffi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- job: Build_LibFFI
displayName: LibFFI
pool:
vmImage: windows-latest
vmImage: windows-2022

workspace:
clean: all
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:
jobs:
build_win32:
name: 'Windows (x86) Installer'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:

build_win_amd64:
name: 'Windows (x64) Installer'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:

build_win_arm64:
name: 'Windows (ARM64) Installer'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build_win32:
name: 'build and test (x86)'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
env:
IncludeUwp: 'true'
Expand All @@ -24,7 +24,7 @@ jobs:

build_win_amd64:
name: 'build and test (x64)'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
env:
IncludeUwp: 'true'
Expand All @@ -41,7 +41,7 @@ jobs:

build_win_arm64:
name: 'build (arm64)'
runs-on: windows-latest
runs-on: windows-2022
timeout-minutes: 60
env:
IncludeUwp: 'true'
Expand Down
Loading