We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86c74e commit 669eda3Copy full SHA for 669eda3
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
# Only run on PRs if the source branch is on someone else's repo
11
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
12
13
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
14
15
steps:
16
- name: Checkout repository
0 commit comments