Skip to content

Commit

Permalink
adding NetBSD-10.1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 29, 2025
1 parent 711ad81 commit ba8960c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile-for--netbsd-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
netbsd-release-version: ['10.0', '9.4', '9.3', '9.2']
netbsd-release-version: ['10.1', '10.0', '9.4', '9.3', '9.2']
# https://ftp.netbsd.org/pub/NetBSD/

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
netbsd-version: ['10.0', '9.4', '9.3', '9.2']
netbsd-version: ['10.1', '10.0', '9.4', '9.3', '9.2']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba8960c

Please sign in to comment.