Skip to content

Commit

Permalink
Use MacOS 15 runner for localizable CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Nov 18, 2024
1 parent da3f3ad commit d8c4ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/localizable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
check-localizable:
name: Check for localizable changes
runs-on: macOS-12
runs-on: macOS-15

steps:
- name: Checkout app
Expand All @@ -43,11 +43,11 @@ jobs:
- name: Install dependencies
run: |
pip3 install pyspelling
pipx install pyspelling
- name: Spell check
run: |
python3 -m pyspelling
pyspelling3.11
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v20
Expand Down

0 comments on commit d8c4ccc

Please sign in to comment.