Skip to content

Commit

Permalink
Add GCC 14 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed May 15, 2024
1 parent 048fbf3 commit 3a6c8d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: Build and Test
on: [push, pull_request]

jobs:
build-gcc14:
name: Build for GCC 14.1
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: bash tools/earthly.sh +build-gcc --gcc_version=14.1

build-gcc13:
name: Build for GCC 13.2
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a6c8d9

Please sign in to comment.