From d3acc454f6bcc1ebeedf1976f7da196fd0916c43 Mon Sep 17 00:00:00 2001 From: That One Seong Date: Mon, 2 Dec 2024 23:45:24 -0500 Subject: [PATCH] guuuuuuuuh --- .github/workflows/cmake-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index cc24246..a3f520d 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -13,7 +13,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4