change workflow

master
HybridDog 2021-11-08 17:24:17 +01:00
parent 6ba3c42155
commit b6edc8514c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: main name: schism
on: on:
push: push:
branches: branches:
@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-16.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Get CI functions - name: Get CI functions
@ -32,7 +32,7 @@ jobs:
name: Make Release and upload Artifacts name: Make Release and upload Artifacts
needs: needs:
- build - build
runs-on: ubuntu-16.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
- name: Show artifact files - name: Show artifact files