Skip to content

Commit 80f3fa6

Browse files
committed
fix windows build
1 parent 3f827c5 commit 80f3fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
platform: [
88
{os: ubuntu-latest, path: linux-x86_64},
99
{os: macos-latest, path: darwin-x86_64},
10-
{os: windows-private, path: windows-x86_64},
10+
{os: windows-2019, path: windows-x86_64},
1111
]
1212
runs-on: ${{ matrix.platform.os }}
1313
steps:
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
go build -o bin/wallet-generator main.go templates.go
2929
- name: Build Windows
30-
if: matrix.platform.os == 'windows-private'
30+
if: matrix.platform.os == 'windows-2019'
3131
shell: bash
3232
run: |
3333
go build -o bin/wallet-generator.exe main.go templates.go

0 commit comments

Comments
 (0)