Skip to content

Commit ce72763

Browse files
committed
Update to use ubuntu-24.04 instead of ubuntu-latest
1 parent e17bdfb commit ce72763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_check_code_changes.yml

+1-1
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)