We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f827c5 commit 80f3fa6Copy full SHA for 80f3fa6
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
platform: [
8
{os: ubuntu-latest, path: linux-x86_64},
9
{os: macos-latest, path: darwin-x86_64},
10
- {os: windows-private, path: windows-x86_64},
+ {os: windows-2019, path: windows-x86_64},
11
]
12
runs-on: ${{ matrix.platform.os }}
13
steps:
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
go build -o bin/wallet-generator main.go templates.go
29
- name: Build Windows
30
- if: matrix.platform.os == 'windows-private'
+ if: matrix.platform.os == 'windows-2019'
31
shell: bash
32
33
go build -o bin/wallet-generator.exe main.go templates.go
0 commit comments