From 9d715119da5b2a67ae1fc88d6bd3ca527a85e4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Sat, 26 Oct 2024 16:47:18 +0200 Subject: [PATCH] Update CI runners (#63) --- .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 475c5ad..0b5155a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-24.04, windows-2022, macos-13, macos-14] defaults: run: shell: bash