summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2022-02-28 14:55:58 +0100
committerSverker Eriksson <sverker@erlang.org>2022-02-28 14:55:58 +0100
commit445abcb0f8dbc095e3aa3b331f52c1d2dc494a71 (patch)
treeea35f04362250c9941dee196dc75c7685482edc4 /.github
parentc483d957ec543a767a351355b920304ada953c6b (diff)
parent8d4a8e6d4c909826635a8f9b0dad2e83562e1822 (diff)
downloaderlang-445abcb0f8dbc095e3aa3b331f52c1d2dc494a71.tar.gz
Merge branch 'maint' into master
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 fdd71b13f7..5f037e191e 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -192,7 +192,7 @@ jobs:
env:
WXWIDGETS_VERSION: 3.1.4
name: Build Erlang/OTP (Windows)
- runs-on: windows-latest
+ runs-on: windows-2022
needs: pack
steps:
- uses: Vampire/setup-wsl@v1
@@ -245,7 +245,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