Skip to content

Commit

Permalink
Change macos runner to macos-14-large
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Jul 20, 2024
1 parent a6e58bd commit 23d61d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
target: aarch64-unknown-linux-gnu
cargo_cmd: cross
- build: x86_64-macos
os: macos-latest
os: macos-14-large
rust: stable
target: x86_64-apple-darwin
cargo_cmd: cargo
Expand All @@ -56,9 +56,6 @@ jobs:
- name: Install cross
run: cargo install --version 0.1.16 cross

- name: Install OpenSSL library
run: sudo apt-get install -y libssl-dev || brew install openssl@3 || echo "WINDOWS"

- name: Run cargo test
run: ${{ matrix.cargo_cmd }} test --release --locked --target ${{ matrix.target }}

Expand Down

0 comments on commit 23d61d0

Please sign in to comment.