Skip to content

Commit

Permalink
ci: fix ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed May 16, 2024
1 parent bd63971 commit 415bd6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
windows:
runs-on: windows-2022
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -22,7 +22,8 @@ jobs:
compiler:
- msvc
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
path: main

Expand Down

0 comments on commit 415bd6e

Please sign in to comment.