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 6c3a3b3
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ jobs:
matrix:
rust: [msrv, latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: macos-latest
target: x86_64-apple-darwin
# - os: ubuntu-latest
# target: x86_64-unknown-linux-gnu
# - os: ubuntu-latest
# target: aarch64-unknown-linux-gnu
- os: macos-latest
target: aarch64-apple-darwin
- os: macos-latest
target: x86_64-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 6c3a3b3

Please sign in to comment.