Skip to content

Commit

Permalink
CLDR-18026 fix for commit checker
Browse files Browse the repository at this point in the history
- Update commit-checker.yml to revert to runs-on: ubuntu-22.04
- issue in actions/runner-images#10781
  • Loading branch information
srl295 committed Oct 16, 2024
1 parent 64cac16 commit e7ee210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
build:
name: Run Checker
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: clone CLDR
uses: actions/checkout@v4
Expand Down

0 comments on commit e7ee210

Please sign in to comment.