Skip to content

Commit f57443f

Browse files
committed
Merge branch 'maint'
* maint: Revert "chore(deps): update dependency windows to v2025"
2 parents 7796e35 + ea256ec commit f57443f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
env:
280280
WXWIDGETS_VERSION: 3.2.6
281281
name: Build Erlang/OTP (Windows)
282-
runs-on: windows-2025
282+
runs-on: windows-2022
283283
needs: pack
284284
if: needs.pack.outputs.build-c-code == 'true'
285285
steps:

.github/workflows/upload-windows-zip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636

3737
jobs:
3838
upload-windows-zip:
39-
runs-on: windows-2025
39+
runs-on: windows-2022
4040
## Needed to upload assets to releases
4141
permissions:
4242
contents: write

0 commit comments

Comments
 (0)