Skip to content

Commit

Permalink
Update ci.yml (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp authored Sep 23, 2023
1 parent 878ec6d commit 283294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
df -h
macosx-x86_64:
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'CI build')
runs-on: macos-10.15
runs-on: macos-11
needs: prepare
strategy:
matrix:
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
deploy:
if: github.event_name == 'push' && contains(github.ref, 'master')
needs: [linux-x86_64, macosx-x86_64, windows-x86_64]
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Configure Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit 283294b

Please sign in to comment.