Skip to content

Commit b67b4fa

Browse files
committed
Rename the windows jobs too
1 parent 9ccb8c1 commit b67b4fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
asset_paths: '["./Ludo-*.dmg*"]'
205205

206-
build_windows:
206+
build_windows_x86_64:
207207
runs-on: windows-latest
208208
steps:
209209
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- run: staticcheck ./...
142142
- run: go build -v
143143

144-
build_windows:
144+
build_windows_x86_64:
145145
runs-on: windows-latest
146146
steps:
147147
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)