Skip to content

Commit

Permalink
ci: Bump BSD versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fraggerfox authored and BenBE committed Dec 31, 2024
1 parent 731812d commit 3921bb6
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 @@ -230,7 +230,7 @@ jobs:
- name: Compile
uses: vmactions/freebsd-vm@v1
with:
release: '14.1'
release: '14.2'
usesh: true
prepare: |
pkg install -y gmake autoconf automake pkgconf git
Expand All @@ -251,11 +251,11 @@ jobs:
- name: Compile
uses: vmactions/netbsd-vm@v1
with:
release: '10.0'
release: '10.1'
usesh: true
prepare: |
PATH="/usr/pkg/sbin:/usr/pkg/bin:$PATH"
PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.0/All/"
PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/10.1/All/"
export PATH PKG_PATH
/usr/sbin/pkg_add pkgin
pkgin -y install autoconf automake libtool ncurses pkg-config gmake git
Expand All @@ -276,7 +276,7 @@ jobs:
- name: Compile
uses: vmactions/openbsd-vm@v1
with:
release: '7.4'
release: '7.6'
usesh: true
prepare: |
pkg_add gmake git
Expand Down

0 comments on commit 3921bb6

Please sign in to comment.