Skip to content

Commit

Permalink
Run tests on macos/M1 (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 31, 2024
1 parent caeb9f9 commit 2e087bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
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-14' ]
go: [ '1.20', '1.21' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.go }}/${{ matrix.os }}
Expand Down

0 comments on commit 2e087bd

Please sign in to comment.