Skip to content

Commit 8c8fdd3

Browse files
committed
chore: run github workflows tests on ubuntu-22.04-4core runner
1 parent 52605c1 commit 8c8fdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
os: ${{ steps.os.outputs.res }}
114114

115115
test:
116-
runs-on: ${{ matrix.os }}-latest
116+
runs-on: ${{ matrix.os == 'macos' && 'macos-latest' || matrix.os == 'windows' && 'windows-latest' || 'ubuntu-22.04-4core' }}
117117
needs:
118118
- matrix-prep
119119
defaults:

0 commit comments

Comments
 (0)