Skip to content

Commit 14720f0

Browse files
authored
Remove duplicate macOS platform from CI matrix
1 parent 6e70df3 commit 14720f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
go-version: [1.25.x]
18-
platform: [ubuntu-latest, windows-latest, macos-latest, macos-latest]
18+
platform: [ubuntu-latest, windows-latest, macos-latest]
1919
runs-on: ${{ matrix.platform }}
2020
steps:
2121
- name: Fetch Repository

0 commit comments

Comments
 (0)