From 8cf5a3e305333354b1d2232e1310048b37c52d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:23:37 +0200 Subject: [PATCH] ci: use macos-14 because macos-11 is not available anymore --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 676df43..63c1ebc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - os: Windows image: windows-2022 - os: macOS - image: macos-11 + image: macos-14 fail-fast: false defaults: run: