From 01a02458ebfdaa23fcc038e769c2745ffe77bd01 Mon Sep 17 00:00:00 2001
From: Nils Homer <nh13@users.noreply.github.com>
Date: Tue, 3 Dec 2024 15:07:33 -0700
Subject: [PATCH] ci: migrate ubuntu-latest to ubuntu-24.04

---
 .github/workflows/wheels.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index d4d5848..4228d09 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -13,19 +13,19 @@ jobs:
       matrix:
         python: [cp38, cp39, cp310, cp311]
         platform:
-          - os: ubuntu-latest
+          - os: ubuntu-24.04
             target: manylinux
             arch: x86_64
-          - os: ubuntu-latest
+          - os: ubuntu-24.04
             target: musllinux
             arch: x86_64
           # These don't work right now - they just hang while pulling the build image from quay.
           # If this doesn't resolve itself, we could try to configure different images:
           # https://cibuildwheel.readthedocs.io/en/stable/options/.
-          #- os: ubuntu-latest
+          #- os: ubuntu-24.04
           #  target: manylinux
           #  arch: aarch64
-          #- os: ubuntu-latest
+          #- os: ubuntu-24.04
           #  target: musllinux
           #  arch: aarch64
           - os: macos-latest