Skip to content

Commit

Permalink
Test on M1 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Oct 2, 2023
1 parent a76e18e commit 3b2f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-latest-xlarge' ]
go: [ '1.20', '1.21' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
Expand Down

0 comments on commit 3b2f4ba

Please sign in to comment.