use ubuntu instead of macOS in CI

This commit is contained in:
Dominik Schürmann
2021-03-17 09:48:40 +01:00
parent 903cce6b20
commit 51c171b97a
2 changed files with 87 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: "Validate Gradle Wrapper"
name: Validate Gradle Wrapper
on:
push:
@@ -10,7 +10,7 @@ on:
jobs:
validation:
name: "Validation"
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2