Switch CI runner to Ubuntu (containerized act_runner)
This commit is contained in:
parent
5bb35b278f
commit
6cbc9d4eda
@ -10,7 +10,7 @@ name: Test, Build & Deploy
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-and-build:
|
test-and-build:
|
||||||
runs-on: host
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
# Release the built app only when a commit lands on the default branch.
|
# Release the built app only when a commit lands on the default branch.
|
||||||
needs: test-and-build
|
needs: test-and-build
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: host
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user