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:
Claudio Ortolina
2024-12-15 10:46:57 +03:00
parent 3fbd6ba1bf
commit 6efe026629
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
deploy:
name: Deploy
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: production
if: github.ref == 'refs/heads/main'
concurrency: deploy-group # optional: ensure only one action runs at a time