Skip to content

Commit

Permalink
update DragonFly BSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Jun 8, 2024
1 parent b710355 commit cf20711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ jobs:
ctest -C $BUILD_TYPE --output-on-failure || exit 1
testdragonflybsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test in DragonFly BSD
id: test
uses: vmactions/dragonflybsd-vm@v0
uses: vmactions/dragonflybsd-vm@v1
with:
release: 6.2.2
release: 6.4.0
envs: 'BUILD_TYPE'
usesh: true
prepare: pkg install -y cmake
Expand Down

0 comments on commit cf20711

Please sign in to comment.