From ba2004f0e8845621cc6da99ec258c5b47a617081 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Tue, 19 Nov 2024 16:34:24 -0500 Subject: [PATCH] chore: ci updates --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/reproduire.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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