Skip to content

Commit

Permalink
Revert "fix ci matrix"
Browse files Browse the repository at this point in the history
This reverts commit 03fb2db.
  • Loading branch information
sagudev committed Aug 18, 2024
1 parent 03fb2db commit 485f67f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
platform:
- { target: aarch64-apple-darwin, os: macos-14 }
- { target: x86_64-apple-darwin, os: macos-13 }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: i686-pc-windows-msvc, os: windows-latest }
features: ["", "force-inprocess", "async"]
includes:
- features:
["", "force-inprocess", "async", "windows-shared-memory-equality"]
- features: "windows-shared-memory-equality"
platform:
- { target: x86_64-pc-windows-msvc, os: windows-latest }
- { target: i686-pc-windows-msvc, os: windows-latest }
- features: ["", "force-inprocess", "async", "memfd"]
- features: "memfd"
platform:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- features: ["", "force-inprocess", "async"]
platform:
- { target: aarch64-apple-darwin, os: macos-14 }
- { target: x86_64-apple-darwin, os: macos-13 }
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 485f67f

Please sign in to comment.