Skip to content

Commit b53a8bd

Browse files
committed
Switch CI to ARM ubuntu 24
1 parent b5b1e1d commit b53a8bd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/conductor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ permissions:
1313
jobs:
1414
conductor:
1515
name: Private Packagist Conductor
16-
runs-on: "ubuntu-latest"
16+
runs-on: ubuntu-24.04-arm
1717

1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

21-
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
21+
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2222
with:
2323
coverage: "none"
2424
extensions: "intl, zip, apcu"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
tests:
1313
name: "CI"
1414

15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04-arm
1616

1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919

20-
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
20+
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2121
with:
2222
coverage: "none"
2323
extensions: "intl, zip, apcu"

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
tests:
99
name: "Lint"
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212

1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

16-
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
16+
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
1717
with:
1818
coverage: "none"
1919
extensions: "intl"

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
tests:
1313
name: "PHPStan"
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04-arm
1616

1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919

20-
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0
20+
- uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33.0
2121
with:
2222
coverage: "none"
2323
extensions: "intl, zip, apcu"

0 commit comments

Comments
 (0)