Skip to content

Commit

Permalink
update FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Jun 8, 2024
1 parent 0cf7c44 commit 7d93018
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 @@ -36,13 +36,13 @@ jobs:
testfreebsd:
strategy:
matrix:
release: [12.3, 13.1]
release: [13.3]
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.release }}
envs: 'BUILD_TYPE'
Expand Down

0 comments on commit 7d93018

Please sign in to comment.