Skip to content

Commit 5bb7da4

Browse files
hsbteregon
authored andcommitted
Removed macos-10.15 because it will be removed at 2023-03-31
1 parent 14eb6d5 commit 5bb7da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15 ]
45+
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11 ]
4646
name: [ head, debug ]
4747
runs-on: ${{ matrix.os }}
4848
steps:

0 commit comments

Comments
 (0)