Skip to content

Commit

Permalink
Limit build & test impact
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed May 22, 2024
1 parent 04726ca commit 13b9214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8','3.9','3.10','3.11','3.12']
python-version: ['3.11']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
8 changes: 4 additions & 4 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.8', '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large', 'macos-13' ]
python-version: [ '3.11' ]
os: [ 'macos-14' ]
exclude:
- os: 'macos-14'
python-version: '3.8'
Expand Down Expand Up @@ -308,8 +308,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.11', '3.12' ]
os: [ 'macos-14', 'macos-14-large', 'macos-13' ]
python-version: [ '3.11' ]
os: [ 'macos-14' ]
exclude:
- os: 'macos-14'
python-version: '3.8'
Expand Down

0 comments on commit 13b9214

Please sign in to comment.