Skip to content

Commit

Permalink
chore: update macos-arm64 build to run on newly released macos-14 run…
Browse files Browse the repository at this point in the history
…ner instead of self-hosted
  • Loading branch information
brianheineman committed Feb 6, 2024
1 parent 68cc00d commit 191ebfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ jobs:
# Update to use macos-latest-large when available: https://github.com/github/roadmap/issues/819
- id: macos-arm64
target: aarch64-apple-darwin
os: self-hosted
os: macos-14
architecture: "arm64"

- id: macos-x64
target: x86_64-apple-darwin
os: macos-latest
os: macos-13
architecture: "x86_64"

#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension. To find the `<target>` triple for your platform run `rustc -vV` and

## Versioning

This project uses a versioning scheme that is compatible with [postgresql versioning](https://www.postgresql.org/support/versioning/).
This project uses a versioning scheme that is compatible with [PostgreSQL versioning](https://www.postgresql.org/support/versioning/).
The version comprises `<postgres major>.<postgres minor>.<release>`, where `<release>` is the release for
this project's build of a version of PostgreSQL. New releases of this project will be made when new versions
of PostgreSQL are released or new builds of existing versions are required for bug fixes, new targets, etc.
Expand Down

0 comments on commit 191ebfd

Please sign in to comment.