Skip to content

Commit

Permalink
ci: try windows platforms matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 16, 2025
1 parent 54a36da commit 8de6abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
compiler-tester-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks
ccache-key-type: static
target-machine: ${{ matrix.target }}
platforms-matrix: '{ "include": [ {"name":"Windows","runner":"windows-2022-github-hosted-64core"} ] }'

# Benchmarks workflow call from the era-compiler-ci repository
# This is a common part of the benchmarks workflow for all repositories
Expand Down

0 comments on commit 8de6abc

Please sign in to comment.