From 06b3f475bd829db0ceb4ae3428c6b487c053a4d5 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Mon, 4 Dec 2023 21:18:27 +0100 Subject: [PATCH] try on macos 13 --- .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 71d9bb57a..3281c8cda 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,7 +9,7 @@ on: [push, pull_request] jobs: # This workflow contains a single job called "build" build: - runs-on: macos-latest + runs-on: macos-13 # Steps represent a sequence of tasks that will be executed as part of the job steps: