Skip to content

Commit

Permalink
new cross-platform-actions; netbsd 9.4; remove arch
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed May 19, 2024
1 parent 574ce6c commit dc88770
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,25 @@ jobs:
matrix:
os:
- name: freebsd
architecture: x86-64
version: '14.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker

- name: openbsd
architecture: x86-64
version: '7.5'
pkginstall: echo no packages required

- name: netbsd
architecture: x86-64
version: '9.3'
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
uses: cross-platform-actions/action@ca9fe7f47c8b3d2caa669a290572e1eebf1c75f1
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
version: ${{ matrix.os.version }}
shell: bash
run: |
Expand Down

0 comments on commit dc88770

Please sign in to comment.