Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the latest macos runner for GitHub Actions #287

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- os: ubuntu-22.04
os-type: linux
- os: macos-12
- os: macos-14
os-type: macos
fail-fast: false
name: Build (${{ matrix.os-type }})
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
include:
- os: ubuntu-22.04
os-type: linux
- os: macos-12
- os: macos-14
os-type: macos
fail-fast: false
name: Build conformance test runner (${{ matrix.os-type }})
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- os: ubuntu-22.04
build-os-type: linux
platform: linux
- os: macos-12
- os: macos-14
build-os-type: macos
platform: macos
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
include:
- os: ubuntu-22.04
os-type: linux
- os: macos-12
- os: macos-14
os-type: macos
fail-fast: false
name: Publish (${{ matrix.os-type }})
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

* `protoc-gen-kotlin` can now be run by the `root` user. (PR [#248], fixes [#73]) (thanks @strophy)

[#73]: https://github.com/streem/pbandk/issues/73
[#248]: https://github.com/streem/pbandk/pull/248


## [0.16.0] - 2024-09-03

Expand Down
Loading