Skip to content

Commit

Permalink
Revert disabling runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jul 19, 2023
1 parent 8c76ad5 commit f4ef0fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
fail-fast: true
matrix:
os:
# - ubuntu-latest
# - [self-hosted, linux, arm64]
- ubuntu-latest
- [self-hosted, linux, arm64]
- macos-latest
# - [self-hosted, macos, arm64]
# - windows-latest
- [self-hosted, macos, arm64]
- windows-latest
steps:
- name: Add OpenCL support - Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -140,10 +140,10 @@ jobs:
fail-fast: false
matrix:
os:
# - ubuntu-latest
# - [self-hosted, linux, arm64]
- ubuntu-latest
- [self-hosted, linux, arm64]
- macos-latest
# - [self-hosted, macos, arm64]
- [self-hosted, macos, arm64]
steps:
# as we use some request to localhost, sometimes it gives us flaky tests. try to disable tcp offloading for fix it
# https://github.com/actions/virtual-environments/issues/1187
Expand Down

0 comments on commit f4ef0fb

Please sign in to comment.