Skip to content

Commit 0b46e74

Browse files
committed
Bump cross-platform-actions/action from 0.30.0 to 0.31.0
1 parent 8dca850 commit 0b46e74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ jobs:
9898
matrix:
9999
os:
100100
- name: freebsd
101-
version: '14.3'
101+
version: '15.0'
102102
- name: netbsd
103103
version: '10.1'
104104
- name: freebsd
105105
arch: arm64
106-
version: '14.3'
106+
version: '15.0'
107107
tflags: '-test.short'
108108
- name: netbsd
109109
arch: arm64
@@ -126,7 +126,7 @@ jobs:
126126
run: .github/workflows/build-test.sh
127127

128128
- name: Test
129-
uses: cross-platform-actions/action@v0.30.0
129+
uses: cross-platform-actions/action@v0.31.0
130130
with:
131131
operating_system: ${{ matrix.os.name }}
132132
architecture: ${{ matrix.os.arch }}

0 commit comments

Comments
 (0)