diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 27c7a64c2..4c860ff45 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -8,7 +8,7 @@ on: jobs: deploy-production: - runs-on: ubuntu-latest + runs-on: macos-latest permissions: contents: read deployments: write diff --git a/.github/workflows/reproduire.yml b/.github/workflows/reproduire.yml index 06ebea729..b75bea220 100644 --- a/.github/workflows/reproduire.yml +++ b/.github/workflows/reproduire.yml @@ -8,7 +8,7 @@ permissions: jobs: reproduire: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp