Skip to content

Commit

Permalink
Testing WarpBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 14, 2024
1 parent d6016f6 commit 7c8f8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
dump-github-context-8-core:
runs-on: windows-2022-8core
runs-on: warp-ubuntu-2404-x64-8x
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(runner) }}
shell: pwsh
run: Write-Output $Env:GITHUB_CONTEXT

dump-github-context-standard:
runs-on: windows-2022
runs-on: warp-ubuntu-2404-x64-4x
steps:
- env:
GITHUB_CONTEXT: ${{ toJSON(runner) }}
Expand Down

0 comments on commit 7c8f8b0

Please sign in to comment.