Skip to content

Commit 283294b

Browse files
authored
Update ci.yml (#504)
1 parent 878ec6d commit 283294b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
df -h
164164
macosx-x86_64:
165165
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build')
166-
runs-on: macos-10.15
166+
runs-on: macos-11
167167
needs: prepare
168168
strategy:
169169
matrix:
@@ -287,7 +287,7 @@ jobs:
287287
deploy:
288288
if: github.event_name == 'push' && contains(github.ref, 'master')
289289
needs: [linux-x86_64, macosx-x86_64, windows-x86_64]
290-
runs-on: ubuntu-18.04
290+
runs-on: ubuntu-20.04
291291
steps:
292292
- name: Configure Java
293293
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)