Skip to content

Commit

Permalink
Update goissue477.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Jun 10, 2024
1 parent 81f53bd commit abcb1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goissue477.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
go: ['1.18']
os: ['macos']
os: ['darwin']
arch: ['amd64']
steps:
- uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: 'Test on [darwin] arch [amd64]'
if: ${{ matrix.os == 'macos' && contains(fromJson('["amd64"]'), matrix.arch) }}
if: ${{ matrix.os == 'darwin' && contains(fromJson('["amd64"]'), matrix.arch) }}
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit abcb1ec

Please sign in to comment.