Skip to content

Commit

Permalink
fix(build): use ubuntu-18.04 as build host
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 8, 2020
1 parent 7f706ee commit 38669f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: [ubuntu-latest, windows-latest]
runs-on: ubuntu-18.04

steps:
- name: Set up JDK 11
Expand Down

0 comments on commit 38669f1

Please sign in to comment.