Skip to content

Commit

Permalink
updated github and appveyor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Mar 13, 2022
1 parent deeccc7 commit af162cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for:
only:
- job_name: windows
test_script:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: git clone "https://github.com/libtom/libtommath.git" --depth 1 && cd "libtommath"
- cmd: nmake -f "makefile.msvc" install && cd ..
- cmd: set "INCLUDE=C:\devel\include;%INCLUDE%" && set "LIB=C:\devel\lib;%LIB%" && set "PATH=C:\devel\bin;%PATH%"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
CI: True

macos:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
CI: True

windows:
runs-on: windows-latest
runs-on: windows-2022
defaults:
run:
shell: cmd
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
- name: Coverage toolchains
run: |
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"
git clone "https://github.com/libtom/libtommath.git" --depth 1 && cd "libtommath"
nmake -f "makefile.msvc" install && cd ..
set "INCLUDE=C:\devel\include;%INCLUDE%" && set "LIB=C:\devel\lib;%LIB%" && set "PATH=C:\devel\bin;%PATH%"
Expand All @@ -47,7 +47,7 @@ jobs:
CI: True

windows-mingw:
runs-on: windows-latest
runs-on: windows-2022
defaults:
run:
shell: msys2 "{0}"
Expand All @@ -73,7 +73,7 @@ jobs:
MSYSTEM: MINGW64

windows-cygwin:
runs-on: windows-latest
runs-on: windows-2022
defaults:
run:
shell: cmd
Expand Down

0 comments on commit af162cc

Please sign in to comment.