Skip to content

Commit 1b42af7

Browse files
update the macOS CI image to macOS-11
1 parent 3aa0d19 commit 1b42af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [ ubuntu-latest, macos-10.15 ]
43+
os: [ ubuntu-latest, macos-11 ]
4444

4545
steps:
4646
- name: checkout
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: ${{ matrix.os }}
169169
strategy:
170170
matrix:
171-
os: [ macos-10.15, ubuntu-latest ]
171+
os: [ macos-11, ubuntu-latest ]
172172
steps:
173173
- name: checkout
174174
uses: actions/checkout@v2

0 commit comments

Comments
 (0)