Skip to content

Commit 3f4002a

Browse files
committed
ci: update vmactions/freebsd-vm job config
Fixes #2600
1 parent 88b4730 commit 3f4002a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,12 @@ jobs:
282282
fail-fast: false
283283
matrix:
284284
sys: ["enable", "disable"]
285-
runs-on: macos-10.15
285+
runs-on: macos-12
286286
steps:
287287
- uses: actions/checkout@v2
288288
with:
289289
submodules: true
290-
- uses: vmactions/freebsd-vm@v0.1.5
290+
- uses: vmactions/freebsd-vm@v0.2.0
291291
with:
292292
usesh: true
293293
prepare: pkg install -y ruby devel/ruby-gems pkgconf libxml2 libxslt

0 commit comments

Comments
 (0)