Skip to content

Commit

Permalink
Adjust build and testing range according to new specs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Dec 19, 2024
1 parent d30d621 commit 45f507a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_with_dakota_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.11']
python-version: ['3.10','3.11','3.12']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
fail-fast: true
matrix:
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
python-version: [ '3.11' ]
os: [ 'macos-14' ]
python-version: [ '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large' ]

runs-on: ${{ matrix.os }}
name: "Build 🛞 (${{ matrix.python-version }}, ${{ matrix.os }})"
Expand Down Expand Up @@ -300,13 +300,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large', 'macos-13' ]
exclude:
- os: 'macos-14'
python-version: '3.8'
- os: 'macos-14-large'
python-version: '3.8'
python-version: [ '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large' ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 45f507a

Please sign in to comment.