Skip to content

Commit

Permalink
Debug intel macs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Oct 4, 2024
1 parent 47c7f5f commit fdfe43d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.12' ]

uses: ./.github/workflows/build-wheels.yml
with:
Expand All @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.8', '3.11', '3.12' ]
python-version: [ '3.12' ]
os: [ ubuntu-latest ]
uses: ./.github/workflows/test_ert.yml
with:
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.8', '3.11', '3.12' ]
python-version: [ '3.12' ]
uses: ./.github/workflows/test_ert_with_slurm.yml
with:
os: ${{ matrix.os }}
Expand Down Expand Up @@ -81,8 +81,8 @@ jobs:
fail-fast: false
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.12' ]
os: [ 'macos-latest' ]
python-version: [ '3.8', '3.11', '3.12' ]
os: [ 'macos-14-large' ]
uses: ./.github/workflows/test_ert.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit fdfe43d

Please sign in to comment.