From fa5f4cc89e46fd8028fa3a1e33fe238b3d4645af Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Tue, 4 Jun 2024 22:50:32 +0100 Subject: [PATCH] Update CI to Ubuntu 22.04 and macOS 14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69e5b2e43b..403cfc2c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,9 +163,9 @@ jobs: # To avoid clutter in the GitHub UI, OS versions are not added to the `os` # dimension directly. - os: linux - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 - os: macos - runs-on: macos-12 + runs-on: macos-14 - os: windows runs-on: windows-2022