NetBSD 10.1.

This commit is contained in:
Nuno Cruces
2025-01-22 17:20:57 +00:00
parent 42bad5891a
commit c0298ad274
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ jobs:
version: '14.2' version: '14.2'
flags: '-test.v' flags: '-test.v'
- name: netbsd - name: netbsd
version: '10.0' version: '10.1'
flags: '-test.v' flags: '-test.v'
- name: freebsd - name: freebsd
arch: arm64 arch: arm64
@@ -97,7 +97,7 @@ jobs:
flags: '-test.v -test.short' flags: '-test.v -test.short'
- name: netbsd - name: netbsd
arch: arm64 arch: arm64
version: '10.0' version: '10.1'
flags: '-test.v -test.short' flags: '-test.v -test.short'
- name: openbsd - name: openbsd
version: '7.6' version: '7.6'
@@ -116,7 +116,7 @@ jobs:
run: .github/workflows/build-test.sh run: .github/workflows/build-test.sh
- name: Test - name: Test
uses: cross-platform-actions/action@v0.26.0 uses: cross-platform-actions/action@v0.27.0
with: with:
operating_system: ${{ matrix.os.name }} operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.arch }} architecture: ${{ matrix.os.arch }}