Skip to content

Commit

Permalink
adding OpenBSD-7.6 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 16, 2024
1 parent 210cadd commit 2049cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-on-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
openbsd-version: ['7.5', '7.4', '7.3', '7.2']
openbsd-version: ['7.6', '7.5', '7.4', '7.3', '7.2']

steps:
- uses: actions/checkout@v4

- uses: cross-platform-actions/action@v0.25.0
- uses: cross-platform-actions/action@v0.26.0
with:
operating_system: openbsd
version: ${{ matrix.openbsd-version }}
Expand Down

0 comments on commit 2049cb3

Please sign in to comment.