Skip to content

Commit

Permalink
Change runner image for validate-dds-files job (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Dec 8, 2024
1 parent 46d7aaa commit e1e11cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/validate_dds_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ concurrency:

jobs:
validate-dds-files:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: mfinelli/setup-imagemagick@v5
with:
cache: true
install-libfuse2: true
- name: "Install Wand library"
run: |
pip3 install Wand
python3 -m venv venv
source venv/bin/activate
python3 -m pip install Wand
- name: "Validate faith icons"
run: |
source venv/bin/activate
python3 ./tools/validate_dds_files.py

0 comments on commit e1e11cc

Please sign in to comment.