Skip to content

Commit

Permalink
testing workflows in github
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Apr 26, 2024
1 parent 23521d8 commit 8f1a7ca
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: macos-latest
target: x86_64-apple-darwin
# - os: macos-latest
# target: aarch64-apple-darwin
# - os: macos-latest
# target: x86_64-apple-darwin
# - os: windows-latest-8-cores
# target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}
Expand All @@ -50,11 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-cache@main
- name: Setup docker on MacOs
if: runner.os == 'macos'
run: |
brew install docker colima
colima start
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- run : |
docker --version
- name: Use the minimum supported Rust version
Expand Down

0 comments on commit 8f1a7ca

Please sign in to comment.