Skip to content

Commit

Permalink
Add support for FreeBSD 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 4, 2024
1 parent 595d543 commit 4b0be0e
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 @@ -54,6 +54,20 @@ jobs:
host: { name: macos-13 }

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

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

- version: '14.1'
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 @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add support for FreeBSD 13.4
- Add support for OpenBSD 7.6 ([openbsd-builder#20](https://github.com/cross-platform-actions/openbsd-builder/issues/20))
- Add support for FreeBSD 14.2

## [0.25.0] - 2024-07-11
### 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.1'
version: '14.2'

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

| Version | x86-64 | arm64 |
| ------- | ------ | ------ |
| 14.2 | ✅ | ✅ |
| 14.1 | ✅ | ✅ |
| 14.0 | ✅ | ✅ |
| 13.4 | ✅ | ✅ |
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.9.0',
freebsd: 'v0.10.0',
netbsd: 'v0.4.0',
openbsd: 'v0.9.0'
},
Expand Down

0 comments on commit 4b0be0e

Please sign in to comment.