chore: disable self-hosted runner (#1067)

This commit is contained in:
Roman Gershman 2023-04-10 22:24:34 +03:00 committed by GitHub
parent a12ddfe108
commit 0ff22c6078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,8 @@ jobs:
# Test of these containers
container: ["ubuntu-dev:20"]
build-type: [Debug, Release]
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
# TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests.
runner: [ubuntu-latest]
runs-on: ${{ matrix.runner }}
timeout-minutes: 45