Skip to content

Commit 470084b

Browse files
committed
update to OpenBSD 7.5 runner
1 parent 46fe5d7 commit 470084b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,11 @@ jobs:
6666
id: test
6767
uses: vmactions/openbsd-vm@v1
6868
with:
69-
release: 7.4
69+
release: 7.5
7070
envs: 'BUILD_TYPE'
7171
usesh: true
7272
prepare: pkg_add cmake
7373
run: |
74-
cd /tmp || exit 1
75-
ftp https://cloudflare.cdn.openbsd.org/pub/OpenBSD/7.4/amd64/comp74.tgz || exit 1
76-
cd / || exit 1
77-
tar xzvphf /tmp/comp71.tgz
78-
cd || exit 1
7974
mkdir build || exit 1
8075
cd build || exit 1
8176
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE || exit 1

0 commit comments

Comments
 (0)