Skip to content

Commit

Permalink
Add support for FreeBSD 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 16, 2024
1 parent ca9fe7f commit 6acac3c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ jobs:
host: { name: macos-13 }

include:
- version: '14.1'
architecture: { name: arm64 }
host:
name: ubuntu-latest
work_directory: /home/runner/work/action/action

- version: '14.1'
architecture:
name: x86-64
uname: amd64
host:
name: ubuntu-latest
work_directory: /home/runner/work/action/action

- version: '14.0'
architecture: { name: arm64 }
host:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Add support for NetBSD 9.4
- Add support for FreeBSD 14.1

## [0.24.0] - 2024-04-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
os:
- name: freebsd
architecture: x86-64
version: '14.0'
version: '14.1'

- name: openbsd
architecture: x86-64
Expand Down Expand Up @@ -184,6 +184,7 @@ operating system will list which versions are supported.

| Version | x86-64 | arm64 |
| ------- | ------ | ------ |
| 14.1 | ✅ | ✅ |
| 14.0 | ✅ | ✅ |
| 13.3 | ✅ | ✅ |
| 13.2 | ✅ | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const version = {
operating_system: {
freebsd: 'v0.7.0',
freebsd: 'v0.8.0',
netbsd: 'v0.4.0',
openbsd: 'v0.8.0'
},
Expand Down

0 comments on commit 6acac3c

Please sign in to comment.