Skip to content

Commit

Permalink
Replaced macos-latest by macos-12 to stay on x86 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Apr 27, 2024
1 parent 8abf3ee commit 6ee56da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_all.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_minversion.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest] # windows-latest
os: [macos-12, ubuntu-latest] # windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_mpi.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest] #, windows-latest]
os: [macos-12, ubuntu-latest] #, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30

Expand Down

0 comments on commit 6ee56da

Please sign in to comment.