Skip to content

Commit

Permalink
Use macos-14 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Apr 3, 2024
1 parent b71fdde commit f20fbd2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ jobs:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
os: [ 'macos-13', 'macos-latest-xlarge' ]
os: [ 'macos-13', 'macos-14' ]
exclude:
- os: 'macos-latest-xlarge'
- os: 'macos-14'
python-version: '3.8'
- os: 'macos-latest-xlarge'
- os: 'macos-14'
python-version: '3.9'

uses: ./.github/workflows/build-wheels-macos.yml
Expand All @@ -140,7 +140,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ '3.12' ]
os: [ 'macos-latest' ]
os: [ 'macos-14' ]
uses: ./.github/workflows/build-wheels-macos.yml
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -180,9 +180,9 @@ jobs:
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.8', '3.12' ]
os: [ 'macos-13', 'macos-latest-xlarge' ]
os: [ 'macos-13', 'macos-14' ]
exclude:
- os: 'macos-latest-xlarge'
- os: 'macos-14'
python-version: '3.8'
uses: ./.github/workflows/test_ert.yml
with:
Expand All @@ -198,7 +198,7 @@ jobs:
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.12' ]
os: [ 'macos-latest' ]
os: [ 'macos-14' ]
uses: ./.github/workflows/test_ert.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit f20fbd2

Please sign in to comment.