Skip to content

Commit

Permalink
ci: reintroduce macos-latest in tests (#8405)
Browse files Browse the repository at this point in the history
* try testing with macos-latest

* trigger CI

* remove trigger
  • Loading branch information
anakin87 authored Sep 25, 2024
1 parent 29672d4 commit c682a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-12
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -305,9 +305,9 @@ jobs:
- "url:https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
integration-tests-macos:
name: Integration / macos-12
name: Integration / macos-latest
needs: unit-tests
runs-on: macos-12
runs-on: macos-latest
env:
HAYSTACK_MPS_ENABLED: false

Expand Down

0 comments on commit c682a59

Please sign in to comment.