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 8dca850 commit 0b46e74Copy full SHA for 0b46e74
1 file changed
.github/workflows/test.yml
@@ -98,12 +98,12 @@ jobs:
98
matrix:
99
os:
100
- name: freebsd
101
- version: '14.3'
+ version: '15.0'
102
- name: netbsd
103
version: '10.1'
104
105
arch: arm64
106
107
tflags: '-test.short'
108
109
@@ -126,7 +126,7 @@ jobs:
126
run: .github/workflows/build-test.sh
127
128
- name: Test
129
- uses: cross-platform-actions/action@v0.30.0
+ uses: cross-platform-actions/action@v0.31.0
130
with:
131
operating_system: ${{ matrix.os.name }}
132
architecture: ${{ matrix.os.arch }}
0 commit comments