Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold authored Oct 13, 2024
1 parent 5df2c68 commit 3eea2d3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
# - os: ubuntu-latest # Works (disabled for testing)
# arch: x86_64
# cmake-arch: x64
# - os: ubuntu-latest # Nope (disabled for testing)
# - os: linux # Works (disabled for testing)
# arch: arm64
# cmake-arch: aarch64
- os: linux
arch: arm64
cmake-arch: aarch64
runner-label: self-hosted
# runner-label: self-hosted
# - os: windows-latest # Works (disabled for testing)
# arch: x86_64
# cmake-arch: x64
Expand All @@ -26,10 +23,10 @@ jobs:
# arch: x86
# cmake-arch: win32
# triplet: x86-windows
# - os: windows-latest # Nope (disabled for testing)
# arch: arm64
# cmake-arch: arm64
# triplet: arm64-windows
- os: windows-latest # Nope (disabled for testing)
arch: arm64
cmake-arch: arm64
triplet: arm64-windows
# - os: macos-13 # Works (disabled for testing)
# arch: x86_64
# cmake-arch: x86_64
Expand Down

0 comments on commit 3eea2d3

Please sign in to comment.