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