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 <[email protected]>
  • Loading branch information
SystemKeeper committed Nov 18, 2024
1 parent da3f3ad commit e3d507d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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,12 @@ jobs:
- name: Install dependencies
run: |
pip3 install pyspelling
brew install pipx
pipx install pyspelling
- name: Spell check
run: |
python3 -m pyspelling
pyspelling
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v20
Expand Down

0 comments on commit e3d507d

Please sign in to comment.