1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

[CI] Fix build for *BSD

Related to hummeltech/vagrant-action#2
This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-03-14 18:59:35 +01:00
commit 6fe0d55cce
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
build_dragonflybsd: build_dragonflybsd:
name: Build on ${{ matrix.box }} name: Build on ${{ matrix.box }}
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
box: box:

View file

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
build_freebsd: build_freebsd:
name: Build on ${{ matrix.box }} name: Build on ${{ matrix.box }}
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
box: box:

View file

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
build_netbsd: build_netbsd:
name: Build on ${{ matrix.box }} name: Build on ${{ matrix.box }}
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
box: box:

View file

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
build_openbsd: build_openbsd:
name: Build on ${{ matrix.box }} name: Build on ${{ matrix.box }}
runs-on: ubuntu-latest runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
box: box: