We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caeb9f9 commit 2e087bdCopy full SHA for 2e087bd
.github/workflows/workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
+ os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-14' ]
15
go: [ '1.20', '1.21' ]
16
runs-on: ${{ matrix.os }}
17
name: ${{ matrix.go }}/${{ matrix.os }}
0 commit comments