From 5f424165605b2f50555b25ab59fae6ac45b3e4ce Mon Sep 17 00:00:00 2001 From: xhad Date: Thu, 7 Mar 2024 16:10:59 -0500 Subject: [PATCH] chore: Use macos-14 image --- .github/workflows/Jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Jobs.yml b/.github/workflows/Jobs.yml index 36eda9c..2dceb7e 100644 --- a/.github/workflows/Jobs.yml +++ b/.github/workflows/Jobs.yml @@ -5,7 +5,7 @@ on: push jobs: tests: name: Matchstick - runs-on: macos-14-large + runs-on: macos-latest container: node:20 services: