Skip to content

Commit 5d42a52

Browse files
authored
Update main.yml
1 parent 021f34b commit 5d42a52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
build:
20-
- name: 'App (Linux/amd64)'
20+
- name: 'App'
2121
platform: 'linux/amd64'
2222
os: 'ubuntu-22.04'
23-
- name: 'App (Windows/amd64)'
23+
- name: 'App'
2424
platform: 'windows/amd64'
2525
os: 'windows-2022'
26-
- name: 'App (Darwin/universal)'
26+
- name: 'App'
2727
platform: 'darwin/universal'
2828
os: 'macos-13'
2929

0 commit comments

Comments
 (0)