diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad194d7..cc11db8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,12 +14,16 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 - macos-14 + - macos-15-intel - ubuntu-24.04-arm - windows-latest steps: - uses: actions/checkout@v5 + - uses: actions/setup-python@v6 + if: ${{ matrix.os == 'windows-latest' }} + with: + python-version: '3.11' - name: install deps run: cargo install cbindgen - name: clone Qiskit @@ -30,4 +34,4 @@ jobs: - name: Run tests run: | cd test - make \ No newline at end of file + make