Skip to content

Commit 8c62d33

Browse files
authored
Fix FreeBSD CI by updating freebsd-vm (#1665)
1 parent 1138e6a commit 8c62d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,13 @@ jobs:
431431
# run: C:\Rust\.cargo\bin\cargo.exe test --verbose
432432

433433
freebsd:
434-
runs-on: macos-12
434+
runs-on: ubuntu-22.04
435435
name: Simple build in FreeBSD
436436
steps:
437437
- uses: actions/checkout@v3
438438
- name: Test in FreeBSD
439439
id: test
440-
uses: vmactions/freebsd-vm@v0
440+
uses: vmactions/freebsd-vm@v1
441441
with:
442442
usesh: true
443443
sync: rsync

0 commit comments

Comments
 (0)