mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-22 08:04:19 +02:00
ci: test on native Windows ARM64 (#504)
This commit is contained in:
parent
c80a935b89
commit
d15718f672
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -14,11 +14,13 @@ jobs:
|
|||
name: run tests
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm]
|
||||
toolchain: [stable, 1.87.0] # MSRV
|
||||
include:
|
||||
- platform: windows-latest
|
||||
exe_suffix: .exe
|
||||
- platform: windows-11-arm
|
||||
exe_suffix: .exe
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue