Skip to content

Commit

Permalink
Setup tests to run all multiple ubuntu versions.
Browse files Browse the repository at this point in the history
We have some compile issues on 24.04. The open issue #41 is tracking
this. We'll enable 24.04 when we commit the fix for that issue.
  • Loading branch information
aclemons committed Dec 11, 2024
1 parent d2aa115 commit 93e1cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
jdk: ['7', '8', '11', '17', '21']
cc: [gcc, clang]
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 93e1cb1

Please sign in to comment.