From 458139a624cbb9e483df98c056efbcaafe5e9dae Mon Sep 17 00:00:00 2001 From: Francisco Jimenez Cabrera Date: Mon, 20 May 2024 19:08:59 +0100 Subject: [PATCH] Update github tests to run on macos --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d877e8..d2e40a8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout repository uses: actions/checkout@v2