Skip to content

Commit

Permalink
Merge pull request #2181 from kolyshkin/codespell
Browse files Browse the repository at this point in the history
ci/gha: bump ubuntu to 24.04
  • Loading branch information
openshift-merge-bot[bot] authored Oct 1, 2024
2 parents 1fc5d35 + 3abf5a7 commit 8503ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ env:

jobs:
codespell:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
run: pip install --break-system-packages codespell==v2.3.0
- name: run codespell
run: codespell --dictionary=-
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8503ccd

Please sign in to comment.