Skip to content

Commit

Permalink
Run FreeBSD tests on Ubuntu instead of Mac so it uses QEMU instead of…
Browse files Browse the repository at this point in the history
… XHyve
  • Loading branch information
DrHyde committed Jun 14, 2024
1 parent f3a05eb commit d0eb640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: FreeBSD

jobs:
build:
runs-on: 'macos-12'
runs-on: 'macos-latest'
steps:
- uses: actions/checkout@v4
- name: Setup Perl environment
Expand All @@ -20,7 +20,7 @@ jobs:
path: '*.tar.gz'
retention-days: 1
install-freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit d0eb640

Please sign in to comment.