Skip to content

Commit 4328134

Browse files
committed
Change set of MacOS builders in CI as Github dropped 10.15
1 parent 728a5c8 commit 4328134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,9 @@ jobs:
486486
strategy:
487487
matrix:
488488
include:
489-
- platform: macos-10.15
490489
- platform: macos-11
490+
- platform: macos-12
491+
- platform: macos-13
491492
fail-fast: false
492493
runs-on: ${{ matrix.platform }}
493494
steps:

0 commit comments

Comments
 (0)