From 40ccad257dba3b91037dd6317b7d8f02e1228b48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20F=C3=BChrer?=
 <ondrejfuhrer@users.noreply.github.com>
Date: Thu, 28 Dec 2023 10:35:02 +0100
Subject: [PATCH] Run style check on macOS 14

---
 .github/workflows/style.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 40ea246..c27320c 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -20,7 +20,7 @@ jobs:
   # This workflow contains a job called "style-check"
   style-check:
     # The type of runner that the job will run on
-    runs-on: macos-13
+    runs-on: macos-14
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps: