Skip to content

Commit ca1e43f

Browse files
authored
Updated runner to Ubuntu 24.04 (#4114)
This updates the runner to a more recent version of Ubuntu
1 parent 8712af7 commit ca1e43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Skip if the commit message contains "ci skip"
2525
if: "!contains(github.event.head_commit.message, 'ci skip')"
2626

27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828

2929
steps:
3030
# Checks-out repository under $GITHUB_WORKSPACE, so job can access it

0 commit comments

Comments
 (0)