From 91f7e46bf5a03dcd9f452622e72e01598706f6e4 Mon Sep 17 00:00:00 2001 From: SuperSonic16 <25761885+thesupersonic16@users.noreply.github.com> Date: Wed, 12 Feb 2025 00:12:17 +1100 Subject: [PATCH] Attempt 1 --- .github/workflows/build-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 01838702..85172899 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -13,7 +13,7 @@ env: jobs: build: name: Build Linux - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout Repository @@ -47,7 +47,7 @@ jobs: - name: Install Dependencies run: |- sudo apt update - sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev ccache + sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev - name: Cache ccache Directory uses: actions/cache@v4