Skip to content

Commit

Permalink
Add back other runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Oct 30, 2024
1 parent 8bcd5a6 commit 1d77bf0
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
strategy:
matrix:
os: [
# macos-latest,
# macos-14,
# ubuntu-latest,
windows-latest,
macos-latest,
macos-14,
ubuntu-latest,
windows-latest,
]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -68,17 +68,4 @@ jobs:
# cargo build --features from-source -vv
# cargo test --features from-source create
# cargo test --features from-source --examples
# "

# TODO: fix this, needs tbb
# windows-from-source:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v3
#
# - name: Test from-source
# run: |
# echo "${{ runner.workspace }}/vcpkg" >> $GITHUB_PATH
# cargo b --features from-source -vv
# cargo t --features from-source create
# cargo t --features from-source --examples
# "

0 comments on commit 1d77bf0

Please sign in to comment.