Skip to content

Commit e84d0a3

Browse files
committed
Update OpenBSD to release 7.6
Packages for 7.4 no longer seem to be available from mirrors.
1 parent 7c62504 commit e84d0a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bsd.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ jobs:
8080
with:
8181
save-always: true
8282
path: .ccache
83-
key: openbsd-7.4-gmake-${{ github.ref }}-${{ github.sha }}-PR
83+
key: openbsd-7.6-gmake-${{ github.ref }}-${{ github.sha }}-PR
8484
restore-keys: |
85-
openbsd-7.4-gmake-${{ github.ref }}
86-
openbsd-7.4-gmake
85+
openbsd-7.6-gmake-${{ github.ref }}
86+
openbsd-7.6-gmake
8787
- name: ccache environment
8888
run: |
8989
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
9090
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
9191
- name: Build and Test
9292
uses: vmactions/openbsd-vm@v1
9393
with:
94-
release: 7.4
94+
release: 7.6
9595
run: |
9696
# apparently fail-on-error isn't the default here
9797
set -e -x

0 commit comments

Comments
 (0)