Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0b34edd

Browse files
committed
Run workflows on windows machines
Silly me
1 parent ac19313 commit 0b34edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
create-release:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: taiki-e/create-gh-release-action@v1
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
upload-assets:
22-
runs-on: ubuntu-latest
22+
runs-on: windows-latest
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: taiki-e/upload-rust-binary-action@v1

0 commit comments

Comments
 (0)