Skip to content

Commit

Permalink
macos-15 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 29, 2025
1 parent 2d0b4ea commit 6cad8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockertests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ jobs:
env:
CDXGEN_DEBUG_MODE: debug
os-tests:
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]

strategy:
matrix:
node-version: ['23.x']
java-version: ['23']
os: [ubuntu-24.04, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 6cad8b2

Please sign in to comment.