From b6edc8514c8666b6f6e6521949e197c62c40037b Mon Sep 17 00:00:00 2001 From: HybridDog Date: Mon, 8 Nov 2021 17:24:17 +0100 Subject: [PATCH] change workflow --- .github/workflows/schism.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schism.yml b/.github/workflows/schism.yml index 7426838..2f25e0e 100644 --- a/.github/workflows/schism.yml +++ b/.github/workflows/schism.yml @@ -1,4 +1,4 @@ -name: main +name: schism on: push: branches: @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Get CI functions @@ -32,7 +32,7 @@ jobs: name: Make Release and upload Artifacts needs: - build - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/download-artifact@v2 - name: Show artifact files