diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2295770ce2..287bbd8ca4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -43,9 +43,8 @@ jobs: cmake --build build --parallel 3 ctest --test-dir build --verbose - appleclang12_py: - runs-on: macos-10.15 - # next: macOS-11 + appleclang13_py: + runs-on: macos-11 if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 @@ -67,7 +66,8 @@ jobs: -DopenPMD_USE_MPI=OFF \ -DopenPMD_USE_HDF5=OFF \ -DopenPMD_USE_ADIOS2=OFF \ - -DopenPMD_USE_INVASIVE_TESTS=ON + -DopenPMD_USE_INVASIVE_TESTS=ON \ + -DPython_EXECUTABLE=$(which python3) cmake --build build --parallel 3 ctest --test-dir build --verbose