Skip to content

Commit

Permalink
Run CI on Windows ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Jan 3, 2025
1 parent 6100452 commit b5b2401
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Component.BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false
type: string
os-list:
default: '[ "windows-latest", "ubuntu-22.04", "otel-linux-arm64" ]'
default: '[ "windows-latest", "ubuntu-22.04", "otel-windows-arm64", "otel-linux-arm64" ]'
required: false
type: string
tfm-list:
Expand All @@ -43,6 +43,10 @@ jobs:
version: net462
- os: otel-linux-arm64
version: net8.0
- os: otel-windows-arm64
version: net462
- os: otel-windows-arm64
version: net8.0

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b5b2401

Please sign in to comment.