Skip to content

Commit 1d1bcc2

Browse files
committed
remove macos-12 from test matrix
The macos-12 platform has been removed from GitHub actions.
1 parent 8aaff74 commit 1d1bcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
platform: [ubuntu-latest, macos-12, macos-latest, windows-latest]
50+
platform: [ubuntu-latest, macos-latest, windows-latest]
5151

5252
runs-on: ${{ matrix.platform }}
5353
timeout-minutes: 15

0 commit comments

Comments
 (0)