Skip to content

Commit

Permalink
build(ci): upgrade to macOS-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed May 4, 2020
1 parent 9ff3cdf commit 66c45e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: [push]
jobs:
test:
runs-on: macOS-10.14
runs-on: macOS-10.15
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
Expand All @@ -28,7 +28,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
integration-test:
runs-on: macOS-10.14
runs-on: macOS-10.15
strategy:
matrix:
api: [21, 22, 23, 24, 25, 26, 27, 28, 29]
Expand Down

0 comments on commit 66c45e2

Please sign in to comment.