mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Build on older Ubuntu
This commit is contained in:
parent
ee04abade2
commit
a66d5d52a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-standalone.yml
vendored
2
.github/workflows/build-standalone.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
publish-standalone:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-18.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue