Skip to content

Commit c0298ad

Browse files
committed
NetBSD 10.1.
1 parent 42bad58 commit c0298ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ jobs:
8989
version: '14.2'
9090
flags: '-test.v'
9191
- name: netbsd
92-
version: '10.0'
92+
version: '10.1'
9393
flags: '-test.v'
9494
- name: freebsd
9595
arch: arm64
9696
version: '14.2'
9797
flags: '-test.v -test.short'
9898
- name: netbsd
9999
arch: arm64
100-
version: '10.0'
100+
version: '10.1'
101101
flags: '-test.v -test.short'
102102
- name: openbsd
103103
version: '7.6'
@@ -116,7 +116,7 @@ jobs:
116116
run: .github/workflows/build-test.sh
117117

118118
- name: Test
119-
uses: cross-platform-actions/action@v0.26.0
119+
uses: cross-platform-actions/action@v0.27.0
120120
with:
121121
operating_system: ${{ matrix.os.name }}
122122
architecture: ${{ matrix.os.arch }}
File renamed without changes.

0 commit comments

Comments
 (0)