File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
if : github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
19
19
name : run
20
- runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
20
+ runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12-8core ') || 'ubuntu-latest' }}
21
21
container : discourse/discourse_test:release
22
22
timeout-minutes : 30
23
23
Original file line number Diff line number Diff line change 24
24
tests :
25
25
if : github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
26
26
name : Tests
27
- runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
27
+ runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12-8core ') || 'ubuntu-latest' }}
28
28
container : discourse/discourse_test:release
29
29
timeout-minutes : 20
30
30
Original file line number Diff line number Diff line change 29
29
build :
30
30
if : github.event_name == 'pull_request' || github.repository != 'discourse/discourse-private-mirror'
31
31
name : ${{ matrix.target }} ${{ matrix.build_type }}${{ (matrix.target == 'core' && matrix.build_type == 'frontend' && format(' ({0})', matrix.browser)) || '' }} # Update fetch-job-id step if changing this
32
- runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12') || 'ubuntu-latest' }}
32
+ runs-on : ${{ (github.repository_owner == 'discourse' && 'debian-12-8core ') || 'ubuntu-latest' }}
33
33
container : discourse/discourse_test:release
34
34
timeout-minutes : ${{ ((matrix.build_type == 'system' && matrix.target == 'plugins') && 30) || 20 }}
35
35
You can’t perform that action at this time.
0 commit comments