Skip to content

Commit

Permalink
netbsd9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 20, 2024
1 parent dd82896 commit 433750d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
pkginstall: echo no packages required

- name: netbsd
version: '10.0'
version: '9.4'
pkginstall: pkgin -y install perl || true
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@b2e15da1e667187766fff4945d20b98ac7055576 # v0.24.0
uses: cross-platform-actions/action@ca9fe7f47c8b3d2caa669a290572e1eebf1c75f1
with:
operating_system: ${{ matrix.os.name }}
version: ${{ matrix.os.version }}
Expand Down

0 comments on commit 433750d

Please sign in to comment.