From: Martin Tournoij Date: Wed, 16 Nov 2022 02:11:40 +0000 (+0100) Subject: Fix BSD CI ... hopefully X-Git-Tag: v1.7.2~24^2~1 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=c8ed0c83023614741275db34dea8193f33b1e90d;p=fsnotify.git Fix BSD CI ... hopefully --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a84550..23431e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@v3 - name: test (freebsd, 1.18) id: test - uses: vmactions/freebsd-vm@v0.2.0 + uses: vmactions/freebsd-vm@v0 with: usesh: true prepare: pkg install -y go @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v3 - name: test (openbsd, 1.17) id: test - uses: vmactions/openbsd-vm@v0.0.6 + uses: vmactions/openbsd-vm@v0 with: prepare: pkg_add go run: | @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v3 - name: test (netbsd, 1.18) id: test - uses: vmactions/netbsd-vm@v0.0.4 + uses: vmactions/netbsd-vm@v0 with: prepare: pkg_add go # TODO: no -race for the same reason as OpenBSD (the timing; it does run).