From b7cc416f19f49f1729e455d6c526b9a8ec224bf4 Mon Sep 17 00:00:00 2001 From: antoine-coulon Date: Fri, 2 Feb 2024 07:15:11 +0100 Subject: [PATCH] chore(ci): use macos 14 --- .github/workflows/skott.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/skott.yml b/.github/workflows/skott.yml index e591a2af5..d45b08b07 100644 --- a/.github/workflows/skott.yml +++ b/.github/workflows/skott.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: node-version: [18.x, 20.x] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-14] fail-fast: false steps: