Skip to content

Commit

Permalink
CI: switch NetBSD to the latest 10.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsui committed Jan 6, 2025
1 parent 9ed1814 commit 1859059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
make install
build-netbsd:
name: "build-netbsd (NetBSD/amd64 10.0 with pkgsrc)"
name: "build-netbsd (NetBSD/amd64 10.1 with pkgsrc)"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install packages and run configure and make (on the NetBSD VM)
uses: vmactions/netbsd-vm@v1
with:
release: "10.0"
release: "10.1"
copyback: false
prepare: |
uname -a
Expand Down

0 comments on commit 1859059

Please sign in to comment.