diff options
author | Ben V. Brown <[email protected]> | 2021-02-07 13:36:10 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2021-02-07 13:36:10 +1100 |
commit | 3fb2bcebc5225dad009d0ed0b0359181d1917f22 (patch) | |
tree | e0a8e469b97712654fc0bcaccab6361d47e59660 /.github | |
parent | 8817ca4b650023ace9fdbfecd89595bd7acc877c (diff) | |
download | IronOS-3fb2bcebc5225dad009d0ed0b0359181d1917f22.tar.gz IronOS-3fb2bcebc5225dad009d0ed0b0359181d1917f22.zip |
Update push.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 16ab8aaa..c2f29cde 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build_TS80: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error build_TS80P: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -86,7 +86,7 @@ jobs: source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error build_TS100: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -128,7 +128,7 @@ jobs: if-no-files-found: error build_Pinecil: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 |