Skip to content

Commit

Permalink
GH Actions: bump to NetBSD 10.1 (was 10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 27, 2024
1 parent 0812f05 commit 3350232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
echo '#### Testing'
.build/run-unittest
netbsd_10_0:
netbsd_10_1:
runs-on: ubuntu-latest
# Doesn't use clang, has gcc:
# c++ (nb3 20231008) 10.5.0
Expand All @@ -131,7 +131,7 @@ jobs:
- name: Run in NetBSD
uses: vmactions/netbsd-vm@v1
with:
release: "10.0"
release: "10.1"
usesh: true
prepare: |
/usr/sbin/pkg_add cmake googletest
Expand Down

0 comments on commit 3350232

Please sign in to comment.