Skip to content

Commit c5c4841

Browse files
committed
Update the set of OSX runners since github removed 10.15
1 parent 6db82fb commit c5c4841

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
@@ -110,8 +110,9 @@ jobs:
110110
strategy:
111111
matrix:
112112
include:
113-
- platform: macos-10.15
114113
- platform: macos-11
114+
- platform: macos-12
115+
- platform: macos-13
115116
runs-on: ${{ matrix.platform }}
116117
env:
117118
TOOLCHAIN: stable

0 commit comments

Comments
 (0)