Skip to content

Commit a63b0fd

Browse files
committed
Update to use ubuntu-24.04 instead of ubuntu-latest
1 parent 0499d50 commit a63b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_check_code_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
check_files:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
outputs:
2424
has_code_changes: ${{ steps.perform_check.outputs.has_code_changes }}
2525
steps:

0 commit comments

Comments
 (0)