Skip to content

Commit 9f63b55

Browse files
committed
remove macos-12 from test targets
1 parent 56b6cea commit 9f63b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
needs: build-native
143143
strategy:
144144
matrix:
145-
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-latest, macos-12]
145+
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-latest]
146146
fail-fast: false
147147
name: 'test: ${{ matrix.os }}'
148148

0 commit comments

Comments
 (0)