Skip to content

Commit

Permalink
Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Dec 5, 2023
1 parent 9abbbac commit a1acbda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,15 @@ jobs:
fail-fast: false
matrix:
job:
- { os: macos-12 }
release: ["13.2"]
- { os: ubuntu-22.04 }
steps:
- uses: actions/checkout@v4
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1.0.2
with:
mem: 8192
usesh: true
sync: rsync
copyback: false
prepare: pkg install -y ca_root_nss curl gmake gtar pot sudo
run: |
Expand All @@ -289,7 +289,7 @@ jobs:
TEST_USER=tester
TEST_USER_HOME="/opt/$TEST_USER"
REPO_NAME=${GITHUB_WORKSPACE##*/}
WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"
WORKSPACE_PARENT="/home/runner/work/${REPO_NAME}"
WORKSPACE="${WORKSPACE_PARENT}/${REPO_NAME}"
export WORKSPACE
#
Expand Down

0 comments on commit a1acbda

Please sign in to comment.