Skip to content

Commit

Permalink
enable CLANGARM64 matrix
Browse files Browse the repository at this point in the history
Max out job timeout
  • Loading branch information
jeremyd2019 committed Aug 14, 2023
1 parent ed1b32d commit 00ecce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
{ msystem: UCRT64, runner: windows-2022 },
{ msystem: CLANG64, runner: windows-2022 },
{ msystem: CLANG32, runner: windows-2022 },
# { msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
{ msystem: CLANGARM64, runner: ['Windows', 'ARM64', 'CI'] }
]
timeout-minutes: 4320
name: ${{ matrix.msystem }}
runs-on: ${{ matrix.runner }}
steps:
Expand Down

0 comments on commit 00ecce5

Please sign in to comment.