mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Locking CI to Windows 2019
windows-latest will begin to point at Windows 2022 soon (and VS 2022), and I think it would be best to stay on 2019 until we officially switch to building with VS 2022.
This commit is contained in:
parent
6d81843277
commit
8b20b6c9d5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
# significantly between windows and linux/apple. We also are able to
|
# significantly between windows and linux/apple. We also are able to
|
||||||
# build our windows binary.
|
# build our windows binary.
|
||||||
check_and_compile_windows:
|
check_and_compile_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user