Skip to content

Commit

Permalink
chore: switch to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Aug 12, 2024
1 parent 88c9fa0 commit d3c9936
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ env:
jobs:
find-runner:
name: Find runner label
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
runner: ${{ steps.ubuntu.outputs.runner || steps.self-hosted.outputs.runner }}
steps:
- name: Output Ubuntu
id: ubuntu
if: ${{ !inputs.self-hosted-runner }}
run: echo "runner=ubuntu-22.04" >> $GITHUB_OUTPUT
run: echo "runner=ubuntu-latest" >> $GITHUB_OUTPUT

- name: Output Self-Hosted
id: self-hosted
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

file-size:
name: Track file size
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

upload-to-bencher:
name: Upload results to Bencher
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: run-bench-suite
steps:
- name: Checkout repository
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
deploy-criterion-report:
name: Deploy Criterion report
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: run-bench-suite
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

upload-to-bencher-dry:
name: Upload results to Bencher in a dry run
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: run-bench-suite
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

upload-to-bencher-dry:
name: Upload results to Bencher in a dry run
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: run-bench-suite
steps:
- name: Checkout repository
Expand Down

0 comments on commit d3c9936

Please sign in to comment.