We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ec6d commit 283294bCopy full SHA for 283294b
.github/workflows/ci.yml
@@ -163,7 +163,7 @@ jobs:
163
df -h
164
macosx-x86_64:
165
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build')
166
- runs-on: macos-10.15
+ runs-on: macos-11
167
needs: prepare
168
strategy:
169
matrix:
@@ -287,7 +287,7 @@ jobs:
287
deploy:
288
if: github.event_name == 'push' && contains(github.ref, 'master')
289
needs: [linux-x86_64, macosx-x86_64, windows-x86_64]
290
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
291
steps:
292
- name: Configure Java
293
uses: actions/setup-java@v2
0 commit comments