Skip to content

Commit

Permalink
Bump freebsd-vm action to v1 & use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Nov 8, 2023
1 parent 4a3efad commit b81662b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ concurrency:
jobs:
style:
name: Style and Lint
runs-on: ${{ matrix.job.os }}
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
job:
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010>
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand All @@ -35,7 +32,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1.0.0
with:
usesh: true
# We need jq to run show-utils.sh and bash to use inline shell string replacement
Expand Down Expand Up @@ -108,13 +105,10 @@ jobs:
test:
name: Tests
runs-on: ${{ matrix.job.os }}
runs-on: ubuntu-latest
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
job:
- { os: macos-12 , features: unix } ## GHA MacOS-11.0 VM won't have VirtualBox; refs: <https://github.com/actions/virtual-environments/issues/4060> , <https://github.com/actions/virtual-environments/pull/4010>
env:
mem: 4096
SCCACHE_GHA_ENABLED: "true"
Expand All @@ -125,7 +119,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1.0.0
with:
usesh: true
# sync: sshfs
Expand Down

0 comments on commit b81662b

Please sign in to comment.