Skip to content

Commit 75c6744

Browse files
committed
FreeBSD 14.3.
1 parent 754e806 commit 75c6744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
matrix:
9999
os:
100100
- name: freebsd
101-
version: '14.2'
101+
version: '14.3'
102102
flags: '-test.v'
103103
- name: netbsd
104104
version: '10.1'
105105
flags: '-test.v'
106106
- name: freebsd
107107
arch: arm64
108-
version: '14.2'
108+
version: '14.3'
109109
flags: '-test.v -test.short'
110110
- name: netbsd
111111
arch: arm64
@@ -128,7 +128,7 @@ jobs:
128128
run: .github/workflows/build-test.sh
129129

130130
- name: Test
131-
uses: cross-platform-actions/action@v0.28.0
131+
uses: cross-platform-actions/action@v0.29.0
132132
with:
133133
operating_system: ${{ matrix.os.name }}
134134
architecture: ${{ matrix.os.arch }}

0 commit comments

Comments
 (0)