Fix Windows CI build

This commit is contained in:
Marek Kraus
2023-01-21 15:17:17 +01:00
parent 5a6cd281c3
commit 5e09eca00d
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build-windows:
runs-on: windows-2019
runs-on: windows-2022
defaults:
run:
shell: cmd
@@ -22,7 +22,7 @@ jobs:
with:
name: blisp Windows x64 build
path: |
build/tools/blisp/blisp.exe
build/tools/blisp/Release/blisp.exe
if-no-files-found: error
build-macos: