We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284ef6e commit c0a7fccCopy full SHA for c0a7fcc
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
test:
53
timeout-minutes: 10
54
name: test
55
- runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository == 'stainless-sdks/orb-csharp' && 'depot-windows-2022' || 'windows-latest' }}
56
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
57
steps:
58
- uses: actions/checkout@v4
0 commit comments