Skip to content

Commit

Permalink
Test build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Dec 16, 2024
1 parent 97a378d commit 9053c5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [windows-latest, macOS-13, ubuntu-latest]
os: [windows-latest, macOS-13, macos-latest, ubuntu-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [windows-latest, macOS-13, ubuntu-latest]
os: [windows-latest, macOS-13, macos-latest, ubuntu-latest]
fail-fast: false
steps:
- name: Set up Python
Expand All @@ -73,14 +73,17 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [windows-latest, macOS-13, ubuntu-latest]
os: [windows-latest, macOS-13, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macOS-13'}}
run: |
brew reinstall --build-from-source --formula ./shell/apple/libomp.rb
- name: Install dependencies
run: |
python --version
Expand Down

0 comments on commit 9053c5a

Please sign in to comment.