Skip to content

Commit

Permalink
chore(main): Update GitHub runner to Ubuntu 24.04 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Dec 9, 2024
1 parent a4a1547 commit 270a440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# Don't start the job if Dependabot opened the PR
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 270a440

Please sign in to comment.