From c5e60bfa2a35f339ead13246a3104e84d43c805c Mon Sep 17 00:00:00 2001 From: Casper Lindschouw Date: Fri, 13 Dec 2024 11:40:37 +0100 Subject: [PATCH] Update GitHub runner images (#14) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cae5b4c..69bc7b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,13 +15,13 @@ jobs: fail-fast: false matrix: config: - - os: macos-12 + - os: macos-13 target: x86_64-apple-darwin - os: macos-14 target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc - - os: ubuntu-20.04 + - os: ubuntu-24.04 target: x86_64-unknown-linux-gnu steps: