Skip to content

Commit aff493f

Browse files
authored
Restoring FreeBSD to CI (#178)
1 parent 8aa3cd4 commit aff493f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/freebsd.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ permissions:
2020
jobs:
2121

2222
run-tests:
23-
runs-on: macos-12
23+
runs-on: ubuntu-latest
2424
timeout-minutes: 30
2525
env:
2626
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2727
name: Python ${{ matrix.python-version }} FreeBSD
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
3232
- name: build and test
33-
uses: vmactions/freebsd-vm@v0
33+
uses: vmactions/freebsd-vm@v1
3434
with:
3535
envs: 'ACTIONS_ALLOW_UNSECURE_COMMANDS'
3636
usesh: true

0 commit comments

Comments
 (0)