Skip to content

Commit

Permalink
Run most CI jobs on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 6, 2024
1 parent 6daa312 commit f5ea351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
format:
runs-on: windows-latest
runs-on: ubuntu-latest
timeout-minutes: 10

permissions:
Expand All @@ -40,7 +40,7 @@ jobs:
--configuration Release
test:
runs-on: windows-latest
runs-on: ubuntu-latest
timeout-minutes: 10

permissions:
Expand Down

0 comments on commit f5ea351

Please sign in to comment.