Skip to content

Commit

Permalink
Add support for OpenBSD 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Apr 20, 2023
1 parent 7e79bde commit 3c811ad
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,27 @@ jobs:
uname:
hardware: amd64

- name: OpenBSD
version: '7.3'
host: macos-12
workDirectory: /Users/runner/work/action/action
uname:
hardware: amd64

- name: OpenBSD
version: '7.2'
host: ubuntu-latest
workDirectory: /home/runner/work/action/action
uname:
hardware: amd64

- name: OpenBSD
version: '7.3'
host: ubuntu-latest
workDirectory: /home/runner/work/action/action
uname:
hardware: amd64

- name: OpenBSD
architecture: ARM64
version: '6.9'
Expand All @@ -173,6 +187,14 @@ jobs:
uname:
hardware: arm64

- name: OpenBSD
architecture: ARM64
version: '7.3'
host: ubuntu-latest
workDirectory: /home/runner/work/action/action
uname:
hardware: arm64

- name: NetBSD
version: '9.2'
host: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2023-04-15
- Add support for OpenBSD 7.3

## [0.11.0] - 2023-04-03
### Added
- Add support for selecting hypervisor ([#50](https://github.com/cross-platform-actions/action/issues/50))
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.

5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:

- name: openbsd
architecture: x86-64
version: '7.2'
version: '7.3'
host: macos-12

- name: openbsd
architecture: arm64
version: '7.2'
version: '7.3'
host: ubuntu-latest

- name: netbsd
Expand Down Expand Up @@ -113,6 +113,7 @@ operating system will list which versions are supported.

| Version | x86-64 | arm64 |
| ------- | ------ | ------ |
| 7.3 |||
| 7.2 |||
| 7.1 |||
| 6.9 |||
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const version = {
operating_system: {
freebsd: 'v0.3.0',
netbsd: 'v0.1.0',
openbsd: 'v0.5.0'
openbsd: 'v0.6.0'
},

resources: 'v0.7.0'
Expand Down

0 comments on commit 3c811ad

Please sign in to comment.