mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
MSVC toolchain requires Windows 1903 and newer but windows-2019 runner is Redstone 5 (1809)
This commit is contained in:
parent
0a9d24a518
commit
4014ac26d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -173,7 +173,7 @@ jobs:
|
|||
########### Windows ###########
|
||||
windows:
|
||||
name: ${{ matrix.name }}
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
# don't run pull requests from local branches twice
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
|
||||
|
|
Loading…
Reference in a new issue