Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
psadda authored Sep 30, 2024
1 parent c5c1a6a commit 8ab937c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ on:
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: threeal/cmake-action@v2
env:
CC: gcc-14
CXX: g++-14
- name: Test
uses: threeal/ctest-action@v1

0 comments on commit 8ab937c

Please sign in to comment.