Skip to content

Commit

Permalink
force linux ci use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyano1337 committed Jan 14, 2025
1 parent 0342a27 commit 3d2dccd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

build-linux:
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -62,11 +62,6 @@ jobs:
run: |
echo "#define VERSION_STRING \"${{ inputs.version }}\"" > ./src/version.h
- name: Install Clang 15
run: |
sudo apt update
sudo apt install -y clang-15
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master

Expand Down

0 comments on commit 3d2dccd

Please sign in to comment.