From 1231240ca47750f87d75ab1a739a1ef60cb590b7 Mon Sep 17 00:00:00 2001 From: George Gevoian <85144792+georgegevoian@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:39:48 -0400 Subject: [PATCH] Switch to ubuntu-24.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7510bded7..761cbc9ee1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: build_and_test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: # it is helpful to know which sets of tests would have succeeded, # even when there is a failure.