Try and run deploy explicitly on ubuntu-24.04
This addresses an annotation by GitHub: ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
environment: production
|
environment: production
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
concurrency: deploy-group # optional: ensure only one action runs at a time
|
concurrency: deploy-group # optional: ensure only one action runs at a time
|
||||||
|
|||||||
Reference in New Issue
Block a user