summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-02-18 10:41:42 +0100
committerLukas Larsson <lukas@erlang.org>2022-02-18 11:46:41 +0100
commit56b8e1317e8544ccc7c629324a7be7789ce40d16 (patch)
tree2bdcef3c4cb10e1d41b4f5c6c16df4af9c88a637 /.github
parentae93e78865281f4921de6c30500805778f94751b (diff)
downloaderlang-56b8e1317e8544ccc7c629324a7be7789ce40d16.tar.gz
gh: Fix wx build with windows 2022
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 93ce72d57c..8489408911 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
env:
WXWIDGETS_VERSION: 3.1.4
name: Build Erlang/OTP on Windows
- runs-on: windows-latest
+ runs-on: windows-2022
needs: pack
steps:
- uses: Vampire/setup-wsl@v1
@@ -96,7 +96,7 @@ jobs:
shell: cmd
run: |
cd wxWidgets\\build\\msw
- call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\Auxiliary\\Build\\vcvars64.bat"
+ call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\Auxiliary\\Build\\vcvars64.bat"
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
- name: Download source archive