Skip to content

Commit

Permalink
Update publish_benchmarks workflow to use ubuntu-24.04
Browse files Browse the repository at this point in the history
Update the runner used by all jobs in the `build` workflow to use
`ubuntu-24.04` instead of `ubuntu-latest`.

`ubuntu-24.04` will become `ubuntu-latest over the next month, see:

actions/runner-images#10636
  • Loading branch information
andrew-farries committed Dec 9, 2024
1 parent 40be706 commit c16022a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
publish:
name: Publish benchmarks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit c16022a

Please sign in to comment.