Skip to content

Commit

Permalink
Switch CI to windows-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jun 9, 2024
1 parent 5b93593 commit 1b0a9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [self-hosted]
os: [windows-latest]
compiler: [MSVC, MinGW]

steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [self-hosted]
os: [windows-latest]
build_type: [Debug, Release]
compiler: [MSVC, MinGW]
include:
Expand Down

0 comments on commit 1b0a9b1

Please sign in to comment.