Skip to content

Commit 784b5cd

Browse files
committed
v1.1.0-alpha.2: Temporarily disable Mac M1 builds
1 parent 52bd5e0 commit 784b5cd

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
host: x86_64-apple-darwin
8080
cargo: cargo
8181
os: macos-latest
82-
- target: aarch64-apple-darwin
83-
host: x86_64-apple-darwin
84-
cargo: cargo
85-
os: macos-latest
82+
# - target: aarch64-apple-darwin
83+
# host: x86_64-apple-darwin
84+
# cargo: cargo
85+
# os: macos-latest
8686

8787
runs-on: ${{ matrix.os }}
8888

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.0-alpha.2] - 2022-02-16
8+
9+
### Changed
10+
11+
- Disabled Mac M1 builds until we get cross-compilation working with `libpostal`. This will allow us to test other platforms.
12+
713
## [1.1.0-alpha.1] - 2022-02-16
814

915
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geocode-csv"
3-
version = "1.1.0-alpha.1"
3+
version = "1.1.0-alpha.2"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)