Skip to content

Commit 2e087bd

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
14+
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-14' ]
1515
go: [ '1.20', '1.21' ]
1616
runs-on: ${{ matrix.os }}
1717
name: ${{ matrix.go }}/${{ matrix.os }}

0 commit comments

Comments
 (0)