Skip to content

Commit

Permalink
Switch back to Linux VMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 26, 2020
1 parent 3cd009b commit af971f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
assemble:
name: Assemble
runs-on: macos-latest
runs-on: ubuntu-latest
env:
JAVA_TOOL_OPTIONS: -Xmx4g

Expand All @@ -35,7 +35,7 @@ jobs:
checks:
name: Checks (unit tests, static analysis and binary compatibility API check)
runs-on: macos-latest
runs-on: ubuntu-latest
env:
JAVA_TOOL_OPTIONS: -Xmx4g

Expand All @@ -56,7 +56,7 @@ jobs:
name: Deploy snapshot
needs: [assemble, checks]
if: github.ref == 'refs/heads/main'
runs-on: macos-latest
runs-on: ubuntu-latest
env:
JAVA_TOOL_OPTIONS: -Xmx4g
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit af971f3

Please sign in to comment.