Unverified Commit bad2a6f1 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Use ubuntu 20-04

parent b4d07491
...@@ -27,15 +27,14 @@ jobs: ...@@ -27,15 +27,14 @@ jobs:
with: with:
distribution: 'adopt' distribution: 'adopt'
java-version: '11' java-version: '11'
# Runs a set of commands using the runners shell - shell: bash
- name: Run a multi-line script
run: | run: |
cd $GITHUB_WORKSPACE/skiko cd $GITHUB_WORKSPACE/skiko
./gradlew publishToMavenLocal ./gradlew publishToMavenLocal
./gradlew -Pskiko.native.enabled=true publishToMavenLocal ./gradlew -Pskiko.native.enabled=true publishToMavenLocal
linux: linux:
# The type of runner that the job will run on # Shall be ubuntu-16.04, but clang is incompatible
runs-on: ubuntu-16.04 runs-on: ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment