Skip to content

Commit

Permalink
Merge branch 'main' into integrate_openapi_service_client
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Apr 26, 2024
2 parents 96e130e + 36b9a05 commit b959918
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 b959918

Please sign in to comment.