From 9e3a054cbb395a5710f0cd322234e9a2bf65c044 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Fri, 20 Dec 2024 11:59:39 -0500 Subject: [PATCH] switch to macos-14 trying to find an image with firefox --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1deb0a2..4d06c55 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,7 +67,7 @@ jobs: run: npm run coverage Testing-on-MacOS: - runs-on: macos-15 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4