From 5973c110c8254bfebef347d2e95a2256febbb78f Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Thu, 12 Dec 2024 10:28:41 +0100 Subject: [PATCH] Update macos runner to 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b32e4327..72b065d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: macos: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v3 name: 'Check out code'