Skip to content

Commit

Permalink
Restoring FreeBSD to CI (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Dec 17, 2023
1 parent 8aa3cd4 commit aff493f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ permissions:
jobs:

run-tests:
runs-on: macos-12
runs-on: ubuntu-latest
timeout-minutes: 30
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
name: Python ${{ matrix.python-version }} FreeBSD
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build and test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
envs: 'ACTIONS_ALLOW_UNSECURE_COMMANDS'
usesh: true
Expand Down

0 comments on commit aff493f

Please sign in to comment.