Skip to content

Commit a1acbda

Browse files
authored
Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994)
Copied from https://github.com/uutils/coreutils/pull/5606/files
1 parent 9abbbac commit a1acbda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ jobs:
264264
fail-fast: false
265265
matrix:
266266
job:
267-
- { os: macos-12 }
268-
release: ["13.2"]
267+
- { os: ubuntu-22.04 }
269268
steps:
270269
- uses: actions/checkout@v4
271270
- name: Prepare, build and test
272-
uses: vmactions/freebsd-vm@v0
271+
uses: vmactions/freebsd-vm@v1.0.2
273272
with:
274273
mem: 8192
275274
usesh: true
275+
sync: rsync
276276
copyback: false
277277
prepare: pkg install -y ca_root_nss curl gmake gtar pot sudo
278278
run: |
@@ -289,7 +289,7 @@ jobs:
289289
TEST_USER=tester
290290
TEST_USER_HOME="/opt/$TEST_USER"
291291
REPO_NAME=${GITHUB_WORKSPACE##*/}
292-
WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"
292+
WORKSPACE_PARENT="/home/runner/work/${REPO_NAME}"
293293
WORKSPACE="${WORKSPACE_PARENT}/${REPO_NAME}"
294294
export WORKSPACE
295295
#

0 commit comments

Comments
 (0)