ci: use ubuntu latest for all expect nightly build

This commit is contained in:
Pierre Tachoire
2024-10-22 14:27:47 +02:00
parent 2aeac1bdeb
commit 10994b202b
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ jobs:
# Don't run the CI with draft PR.
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
# Don't execute on PR
if: github.event_name != 'pull_request'
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
container:
image: ghcr.io/lightpanda-io/perf-fmt:latest
credentials: