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