Skip to content

Commit

Permalink
Change to macos 14
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
  • Loading branch information
tkaitchuck committed Mar 27, 2024
1 parent be5e0eb commit 288b21b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/rust.yml
Expand Up @@ -64,25 +64,25 @@ jobs:
- run: cargo +1.72.0 check --target armv7-unknown-linux-gnueabihf
aarch64-apple-darwin:
name: Aarch64 Apple Darwin
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
targets: aarch64-apple-darwin
- run: cargo check --target aarch64-apple-darwin
# - run: cargo test
# - run: cargo test --no-default-features --features compile-time-rng
# - name: Install 1.72.0
# uses: dtolnay/rust-toolchain@master
# with:
# toolchain: 1.72.0
# targets: aarch64-apple-darwin
# - run: cargo +1.72.0 check --target aarch64-apple-darwin
- run: cargo test
- run: cargo test --no-default-features --features compile-time-rng
- name: Install 1.72.0
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.72.0
targets: aarch64-apple-darwin
- run: cargo +1.72.0 check --target aarch64-apple-darwin
aarch64-debug:
name: Debug Apple
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Setup upterm session
Expand Down

0 comments on commit 288b21b

Please sign in to comment.