Skip to content

Commit 264402d

Browse files
committed
ci(github): upgrade action, FreeBSD, and OpenBSD
1 parent 052b54c commit 264402d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os:
1616
- name: freebsd
1717
architecture: x86-64
18-
version: '14.1'
18+
version: '14.2'
1919
host: ubuntu-latest
2020

2121
- name: netbsd
@@ -25,14 +25,14 @@ jobs:
2525

2626
- name: openbsd
2727
architecture: x86-64
28-
version: '7.5'
28+
version: '7.6'
2929
host: ubuntu-latest
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333

3434
- name: Run CI script on ${{ matrix.os.name }}
35-
uses: cross-platform-actions/action@v0.25.0
35+
uses: cross-platform-actions/action@v0.26.0
3636
with:
3737
operating_system: ${{ matrix.os.name }}
3838
architecture: ${{ matrix.os.architecture }}

0 commit comments

Comments
 (0)