diff options
| author | 2024-09-25 07:26:09 -0500 | |
|---|---|---|
| committer | 2024-09-25 07:26:09 -0500 | |
| commit | 2410462de95700d03ee2094bcc3aa9957ef02b68 (patch) | |
| tree | 28fd92fc20fff4bb3f6234c18968b9fcd066fcf9 /.github/workflows | |
| parent | Let's try matrix. (diff) | |
Try something else with github runners.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec2028b..849157c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019 ] + os: [ windows-2022 ] janet-version: [ 1.36.0 ] runs-on: ${{ matrix.os }} steps: @@ -55,7 +55,7 @@ jobs: - name: Build Spork shell: cmd run: | - refreshenv & "C:\Program Files\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 & cd spork & janet -l ./bundle -e "(do (setdyn :verbose true) (build))" + refreshenv & "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 & cd spork & janet -l ./bundle -e "(do (setdyn :verbose true) (build))" - name: Test Install shell: cmd run: | |
