Skip to content

Commit

Permalink
ci(github): test on ARM64; upgrade to NetBSD 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Oct 3, 2024
1 parent 2f4916a commit e008b55
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,31 @@ jobs:
strategy:
matrix:
os:
- name: freebsd
architecture: arm64
version: '14.1'
host: ubuntu-latest

- name: freebsd
architecture: x86-64
version: '14.1'
host: ubuntu-latest

- name: netbsd
architecture: arm64
version: '10.0'
host: ubuntu-latest

- name: netbsd
architecture: x86-64
version: '9.3'
version: '10.0'
host: ubuntu-latest

- name: openbsd
architecture: arm64
version: '7.5'
host: ubuntu-latest

- name: openbsd
architecture: x86-64
version: '7.5'
Expand Down

0 comments on commit e008b55

Please sign in to comment.