Skip to content

Commit ecd1415

Browse files
committed
Update workflow scripts
1 parent b29a954 commit ecd1415

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: build
1919
on: [push]
2020

2121
jobs:
22-
ubuntu-latest:
23-
name: ubuntu-latest
24-
runs-on: ubuntu-latest
22+
windows-latest:
23+
name: windows-latest
24+
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: 'Cache: .nuke/temp, ~/.nuget/packages'

.github/workflows/pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: pack
1919
on: [workflow_dispatch]
2020

2121
jobs:
22-
ubuntu-latest:
23-
name: ubuntu-latest
24-
runs-on: ubuntu-latest
22+
windows-latest:
23+
name: windows-latest
24+
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: publish
1919
on: [workflow_dispatch]
2020

2121
jobs:
22-
ubuntu-latest:
23-
name: ubuntu-latest
24-
runs-on: ubuntu-latest
22+
windows-latest:
23+
name: windows-latest
24+
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)