Skip to content

Commit

Permalink
github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Nov 29, 2024
1 parent 7aa9221 commit f9b8582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
config:
- os: arc-runner-set
- os: ubuntu-22.04
compiler: clang-17
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.compiler }})
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
id: run-tests
shell: bash
working-directory: build
run: ctest --verbose --parallel 8 --exclude-regex "(tests_RawHypertrieContext_systematic)|(tests_RawHypertrieContext_systematic_metall)|(tests_RawHypertrieContext_randomized_abort)|(tests_HypertrieContext_systematic_metall)|(tests_Einsum_metall)"
run: ctest --verbose --parallel 8 --exclude-regex "(tests_RawHypertrieContext_systematic)|(tests_RawHypertrieContext_systematic_metall)|(tests_RawHypertrieContext_randomized_abort)|(tests_HypertrieContext_systematic_metall)|(tests_Einsum_metall)"

0 comments on commit f9b8582

Please sign in to comment.