Skip to content

Update byte-buddy.version to v1.14.15 #3719

Update byte-buddy.version to v1.14.15

Update byte-buddy.version to v1.14.15 #3719

Workflow file for this run

name: DotNET
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-latest]
fail-fast: false
max-parallel: 4
name: Test .net ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up environment
run: ./bootstrap.cmd
- name: Test with .Net
run: ./build.cmd all