From 78b62b88a74281b67618439921c2654e4d46ea18 Mon Sep 17 00:00:00 2001 From: argenius Date: Mon, 18 Nov 2024 19:24:53 +0100 Subject: [PATCH] Update macos workflow --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cafd15d..47fd78d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,7 @@ jobs: node-version: [20] # The type of runner that the job will run on - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4