Skip to content

Commit c0a7fcc

Browse files
fix(internal): running net462 tests on ci
1 parent 284ef6e commit c0a7fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
test:
5353
timeout-minutes: 10
5454
name: test
55-
runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
55+
runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-windows-2022' || 'windows-latest' }}
5656
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
5757
steps:
5858
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)