Skip to content

Commit e9deeae

Browse files
committed
Fix FreeBSD CI: use cross-platform-actions v0.31.0 for FreeBSD 15 support
1 parent 7e53443 commit e9deeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v6
4040

4141
- name: Build and test on FreeBSD
42-
uses: cross-platform-actions/action@v0.25.0
42+
uses: cross-platform-actions/action@v0.31.0
4343
with:
4444
operating_system: freebsd
4545
version: "${{ needs.detect-freebsd.outputs.version }}"

0 commit comments

Comments
 (0)