Skip to content

Commit 720d610

Browse files
KielekCodeBlanch
andauthored
[repo] Use public ARM64 runners (#6128)
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
1 parent 89ba807 commit 720d610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: false
2121
type: string
2222
os-list:
23-
default: '[ "windows-latest", "ubuntu-22.04", "otel-linux-arm64" ]'
23+
default: '[ "windows-latest", "ubuntu-22.04", "ubuntu-22.04-arm" ]'
2424
required: false
2525
type: string
2626
tfm-list:
@@ -39,9 +39,9 @@ jobs:
3939
exclude:
4040
- os: ubuntu-22.04
4141
version: net462
42-
- os: otel-linux-arm64
42+
- os: ubuntu-22.04-arm
4343
version: net462
44-
- os: otel-linux-arm64
44+
- os: ubuntu-22.04-arm
4545
version: net8.0
4646

4747
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)