From 0bc1cb612a0cadc95cc12ed07f4f7847c918b156 Mon Sep 17 00:00:00 2001 From: tolauwae Date: Mon, 25 Nov 2024 15:43:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Run=20compile=20action=20on=20ub?= =?UTF-8?q?untu=20`24.04`=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index be5fb302..48f17797 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-latest] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest] steps: - name: Checkout uses: actions/checkout@v4