Skip to content

Commit

Permalink
Be explicit about windows image to use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 27, 2024
1 parent ef94b2b commit 37c5d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 37c5d35

Please sign in to comment.