Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56faaa7

Browse files
committed
runners fallback
1 parent187f4fc commit56faaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
api-key:${{ secrets.DATADOG_API_KEY }}
371371

372372
test-go-pg:
373-
runs-on:${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge'}}
373+
runs-on:${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-4' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xlarge' || matrix.os}}
374374
needs:changes
375375
if:needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
376376
# This timeout must be greater than the timeout set by `go test` in
@@ -442,7 +442,7 @@ jobs:
442442
# temporarily allow windows tests to fail. Using a matrix strategy here makes
443443
# the check in the `required` job rather complicated.
444444
test-go-pg-windows:
445-
runs-on:${{ github.repository_owner == 'coder' && 'windows-latest-16-cores' }}
445+
runs-on:${{ github.repository_owner == 'coder' && 'windows-latest-16-cores'|| 'windows-latest'}}
446446
needs:changes
447447
if:needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
448448
# This timeout must be greater than the timeout set by `go test` in

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp