From 503c4583d8c014f5dce1996ca83f63d758fd4b09 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