fix mac runner name

This commit is contained in:
Anton Keks 2019-12-26 14:44:02 +02:00
parent fa2a535019
commit b192f95aac

View File

@ -18,7 +18,7 @@ jobs:
run: xvfb-run -a ./gradlew test all
build-mac:
runs-on: mac-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v1