Skip to content

Commit 2cbfb36

Browse files
authored
Merge pull request #791 from PHPCSStandards/feature/ghactions-use-linux-arm-for-slow-builds
GH Actions: speed up slow jobs by using Linux Arm64
2 parents 55b35bc + f85a36e commit 2cbfb36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quicktest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
os: ['ubuntu-latest', 'windows-latest']
30+
os: ['ubuntu-24.04-arm', 'windows-latest']
3131
php: ['7.2', 'latest']
3232

3333
include:
3434
- php: '5.4'
35-
os: 'ubuntu-latest'
35+
os: 'ubuntu-24.04-arm'
3636
custom_ini: false
3737
# Installing on Windows with PHP 5.4 runs into all sorts of problems with Composer.
3838
# See this issue for more context (yes, I've seen this problem before):
@@ -41,7 +41,7 @@ jobs:
4141
os: 'windows-latest'
4242
custom_ini: false
4343

44-
name: "QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'ubuntu-latest' && 'Linux' || 'Win' }})"
44+
name: "QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux ARM' }})"
4545

4646
steps:
4747
- name: Prepare git to leave line endings alone

0 commit comments

Comments
 (0)