Be explicit about windows image to use in CI
This commit is contained in:
parent
ef94b2bea5
commit
37c5d35969
|
@ -14,7 +14,7 @@ jobs:
|
|||
- native_mixed
|
||||
- native_dyn
|
||||
- native_static
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
env:
|
||||
OS_NAME: windows
|
||||
COMPILE_CONFIG: ${{matrix.config}}
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- native_mixed
|
||||
- native_dyn
|
||||
- native_static
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
env:
|
||||
OS_NAME: windows
|
||||
COMPILE_CONFIG: ${{matrix.config}}
|
||||
|
|
Loading…
Reference in New Issue