Skip to content

Commit 1731556

Browse files
committed
github actions: use newer versions for freebsd workflow
Use ubuntu-22.04 instead of obsolete macos-12; use newer action and newer freebsd version.
1 parent 74e8bab commit 1731556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-freebsd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
jobs:
77
test:
88
name: Test on FreeBSD
9-
runs-on: macos-12
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:
1313
clean: false
1414
show-progress: false
15-
- uses: cross-platform-actions/action@v0.21.1
15+
- uses: cross-platform-actions/action@v0.27.0
1616
with:
1717
operating_system: freebsd
18-
version: '13.2'
18+
version: '14.2'
1919
run: |
2020
sudo pkg update
2121
sudo pkg install -y perl5 libX11 libXft png freetype2 fontconfig jpeg-turbo xorg-vfbserver

0 commit comments

Comments
 (0)