From 60db0beac404cdcdb6efc64da567883b2222f196 Mon Sep 17 00:00:00 2001 From: flysand7 Date: Fri, 28 Jul 2023 23:08:28 +1100 Subject: [PATCH] ? --- .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 95a287b..ef722d4 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -11,7 +11,7 @@ permissions: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Cache LLVM and Clang @@ -25,7 +25,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: - version: latest + version: 15 cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Setup NASM uses: ilammy/setup-nasm@v1