Skip to content

Commit

Permalink
chore: use self-hosted worker for Windows tests (#2619)
Browse files Browse the repository at this point in the history
* chore: use ubuntu latest in the trigger command

* chore: narrow down self-hosted labels
  • Loading branch information
mdelapenya authored Jul 2, 2024
1 parent 0d7ebaf commit bbcd7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
windows-test-command-trigger:
permissions:
pull-requests: write # for peter-evans/slash-command-dispatch to create PR reaction
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Trigger windows-test command
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ on:

jobs:
test-windows:
# At the moment, we are running a self-hosted runner on Windows 2022.
runs-on: [self-hosted, Windows, X64]
strategy:
fail-fast: false
runs-on: [self-hosted, Windows, X64, desktop-windows-intel]
timeout-minutes: 30
steps:
- name: Create pending status
Expand Down

0 comments on commit bbcd7cd

Please sign in to comment.