Skip to content

Commit

Permalink
Update GitHub runners to Ubuntu 24 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Dec 9, 2024
1 parent 77efce6 commit 9ee1058
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Approve

if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Wait for status checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
modify-labels:
name: Modify labels

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: |
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
issues: write
pull-requests: write

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: CodelyTV/pr-size-labeler@v1.10.2
Expand Down

0 comments on commit 9ee1058

Please sign in to comment.