Skip to content

Commit

Permalink
Test on both macos-12 and macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Dec 11, 2023
1 parent ed8da1b commit 178b892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,15 @@ jobs:
tests:
needs: build_dependencies
if: ${{ needs.build_dependencies.result != 'failed' }}
name: "tests_${{ matrix.os }}_py-${{ matrix.python-version }}_${{ matrix.test_type }}"
name: "tests_${{ matrix.os }}_py-${{ matrix.python-version }}"
env:
ERT_SHOW_BACKTRACE: ${{ inputs.ERT_SHOW_BACKTRACE }}
NO_PROJECT_RES: ${{ inputs.NO_PROJECT_RES }}
strategy:
fail-fast: false
matrix:
python-version: [ '3.8','3.9','3.10','3.11','3.12' ]
os: ['macos-latest']
os: ['macos-12', 'macos-13']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 178b892

Please sign in to comment.