We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaac8e commit 0f7d420Copy full SHA for 0f7d420
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ${{ matrix.runner }}
82
strategy:
83
matrix:
84
- runner: [["self-hosted", "linux", "x64", "4xlarge"], ["self-hosted", "linux", "arm64", "4xlarge"], 'macos-latest']
+ runner: [["self-hosted", "linux", "x64", "4xlarge"], ["self-hosted", "linux", "arm64", "xlarge"], 'macos-latest']
85
fail-fast: false
86
steps:
87
- run: echo "Running on $RUNNER_OS $RUNNER_ARCH"
0 commit comments