From a8c008cf74c31c7bdeaf7e8621a9b7c1938d2f3e Mon Sep 17 00:00:00 2001
From: Nikolaj Schlej <schlej@live.de>
Date: Wed, 12 Feb 2025 09:41:49 +0100
Subject: [PATCH] Update macos-12 to macos-latest in main.yml

---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4dc78a5..1e59b35 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
 # Release builds
   build_release_macos:
     name: Release build (macOS universal, static Qt 6.5.0)
-    runs-on: macos-12
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v3
       - name: Get Qt
@@ -102,7 +102,7 @@ jobs:
 
   build_release_freebsd:
     name: Release build (FreeBSD x64, shared Qt 6)
-    runs-on: macos-12
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v3
       - name: Build on FreeBSD inside macOS VM