We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754e806 commit 75c6744Copy full SHA for 75c6744
.github/workflows/test.yml
@@ -98,14 +98,14 @@ jobs:
98
matrix:
99
os:
100
- name: freebsd
101
- version: '14.2'
+ version: '14.3'
102
flags: '-test.v'
103
- name: netbsd
104
version: '10.1'
105
106
107
arch: arm64
108
109
flags: '-test.v -test.short'
110
111
@@ -128,7 +128,7 @@ jobs:
128
run: .github/workflows/build-test.sh
129
130
- name: Test
131
- uses: cross-platform-actions/action@v0.28.0
+ uses: cross-platform-actions/action@v0.29.0
132
with:
133
operating_system: ${{ matrix.os.name }}
134
architecture: ${{ matrix.os.arch }}
0 commit comments