|
|
|
@ -60,7 +60,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
linuxbuild:
|
|
|
|
linuxbuild:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: flucoma/actions/env@main
|
|
|
|
- uses: flucoma/actions/env@main
|
|
|
|
@ -77,7 +77,7 @@ jobs:
|
|
|
|
path: install/FluCoMa-SC-Linux-nightly.tar.gz
|
|
|
|
path: install/FluCoMa-SC-Linux-nightly.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
release:
|
|
|
|
release:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
needs: [macbuild, winbuild, linuxbuild]
|
|
|
|
needs: [macbuild, winbuild, linuxbuild]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
|
|
|