Skip to content

Commit

Permalink
update NetBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Jun 8, 2024
1 parent cf36c5a commit b710355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
ctest -C $BUILD_TYPE --output-on-failure || exit 1
testnetbsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test in NetBSD
id: test
uses: vmactions/netbsd-vm@v0
uses: vmactions/netbsd-vm@v1
with:
release: 9.1
envs: 'BUILD_TYPE'
Expand Down

0 comments on commit b710355

Please sign in to comment.