Skip to content

Commit c5a0983

Browse files
committed
ci: use ubuntu-24.04 runner
1 parent bd5aea5 commit c5a0983

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Format PR
2121
format_check:
2222
name: Checks Source Code Formatting
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
##########################################################################################
3232
build:
3333
name: Build & Publish
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04
3535
permissions:
3636
checks: write
3737
pull-requests: write
@@ -162,7 +162,7 @@ jobs:
162162
prep_next_release:
163163
name: Prep Next Release
164164
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
165-
runs-on: ubuntu-latest
165+
runs-on: ubuntu-24.04
166166
needs: [ build ]
167167
permissions:
168168
checks: write

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
##########################################################################################
3434
format:
3535
name: Code Auto-Formatting
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
permissions:
3838
contents: write
3939
checks: write

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
tests:
1515
name: Tests
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
env:
1818
DB_USER: root
1919
DB_PASSWORD: root

0 commit comments

Comments
 (0)