Skip to content

Commit

Permalink
Rollback macos-latest to macos-12 (#7597)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Apr 26, 2024
1 parent a881451 commit 36b9a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
needs: black
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -234,9 +234,9 @@ jobs:
- "url:https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
integration-tests-macos:
name: Integration / macos-latest
name: Integration / macos-12
needs: unit-tests
runs-on: macos-latest
runs-on: macos-12
env:
HAYSTACK_MPS_ENABLED: false

Expand Down

0 comments on commit 36b9a05

Please sign in to comment.