Skip to content

Commit

Permalink
Switch to working os
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions authored and nyanhp committed Mar 30, 2024
1 parent 2e8c1f4 commit 8794cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
jobs:
validate:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 8794cc7

Please sign in to comment.