Skip to content

Commit 622e4ef

Browse files
authored
fix: rm macos-12 env in github action (#415)
Signed-off-by: zongz <[email protected]>
1 parent 56840e5 commit 622e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Note: The arch of macos-13-xlarge and macos-14 is arm64
1212
strategy:
1313
matrix:
14-
os: [ macos-12, macos-13, macos-13-xlarge, macos-14 ]
14+
os: [ macos-13, macos-13-xlarge, macos-14 ]
1515
cgo: [ '1', '0' ]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)