Skip to content

Commit

Permalink
bump ubuntu ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSeymour committed Jun 17, 2024
1 parent b62cc9e commit 4e8d673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unlogic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
deps:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Install System Dependencies
run: sudo apt install -y python3 pipx build-essential cmake llvm-17-dev
Expand All @@ -20,15 +20,15 @@ jobs:
- name: Configure Project and Install Conan Dependencies
run: ./kickstart.sh Release
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: deps
steps:
- name: Configure Project
run: cd cmake-build-release && cmake .. -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_BUILD_TYPE=Release -G "Ninja"
- name: Build Project
run: cd cmake-build-release && cmake --build . --target unlogic-test
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
steps:
- name: Unlogic Tests
Expand Down

0 comments on commit 4e8d673

Please sign in to comment.