Skip to content

Commit

Permalink
ci(github/netbsd): upgrade NetBSD and action ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 30, 2023
1 parent 3b8e14b commit 51e3156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
os:
- name: netbsd
architecture: x86-64
version: '9.2'
version: '9.3'
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run CI script on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.10.0
uses: cross-platform-actions/action@v0.19.0
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
Expand Down

0 comments on commit 51e3156

Please sign in to comment.