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