Skip to content

Commit

Permalink
Fix macOS GitHub Actions runner (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel authored Nov 23, 2024
1 parent 6dc719e commit 8b0aa01
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- name: Run system tests
run: |
python ./Test/astc_test_functional.py --encoder=none
python ./Test/astc_test_functional.py --encoder=sse2
python ./Test/astc_test_functional.py --encoder=sse4.1
python ./Test/astc_test_functional.py --encoder=avx2
python ./Test/astc_test_image.py --encoder=none --test-set Small
python ./Test/astc_test_image.py --encoder=all-x86 --test-set Small
python ./Test/astc_test_functional.py --encoder none
python ./Test/astc_test_functional.py --encoder sse2
python ./Test/astc_test_functional.py --encoder sse4.1
python ./Test/astc_test_functional.py --encoder avx2
python ./Test/astc_test_image.py --encoder none --test-set Small
python ./Test/astc_test_image.py --encoder all-x86 --test-set Small
- name: Run unit tests
run: ctest
Expand Down Expand Up @@ -101,12 +101,12 @@ jobs:
- name: Python rests
run: |
python ./Test/astc_test_functional.py --encoder=none
python ./Test/astc_test_functional.py --encoder=sse2
python ./Test/astc_test_functional.py --encoder=sse4.1
python ./Test/astc_test_functional.py --encoder=avx2
python ./Test/astc_test_image.py --encoder=none --test-set Small
python ./Test/astc_test_image.py --encoder=all-x86 --test-set Small
python ./Test/astc_test_functional.py --encoder none
python ./Test/astc_test_functional.py --encoder sse2
python ./Test/astc_test_functional.py --encoder sse4.1
python ./Test/astc_test_functional.py --encoder avx2
python ./Test/astc_test_image.py --encoder none --test-set Small
python ./Test/astc_test_image.py --encoder all-x86 --test-set Small
- name: Run unit tests
run: ctest
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Run system tests
run: |
python ./Test/astc_test_image.py --encoder ref-main-sse4.1 --test-set Small
python ./Test/astc_test_image.py --encoder sse4.1 --test-set Small
build-macos-universal-clang:
name: macOS universal Clang
Expand Down

0 comments on commit 8b0aa01

Please sign in to comment.