From 16ab562ae240211b8ed4c41509a6f15ccb5ce848 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:22:00 -0400 Subject: [PATCH] Revert "Remove Ubuntu 24.04 environment" This reverts commit 57e9597d69ac318d989f4c0b1c63f717087e6e03. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c7fd7dab2..4ec07c3ec 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: ${{ github.event_name == 'merge_group' }} matrix: - environment: [ubuntu-latest, macos-latest] + environment: [ubuntu-latest, ubuntu-24.04, macos-latest] toolchain: [stable, nightly] plugins: [true, false] cc: [cc, clang]