This commit is contained in:
flysand7 2023-07-28 23:08:28 +11:00
parent 544948fbf5
commit 60db0beac4
1 changed files with 2 additions and 2 deletions

View File

@ -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