Skip to content

Commit 57a5362

Browse files
Update build.yml
1 parent 7dec90c commit 57a5362

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,16 @@ jobs:
5252
retention-days: 1
5353

5454
checks:
55-
runs-on: ${{ matrix.os }}-latest
55+
runs-on: ubuntu-latest
5656

5757
needs: build
5858

5959
strategy:
6060
fail-fast: true
6161
matrix:
62-
os: [ "ubuntu", "windows" ]
6362
php: [ "8.2", "8.3", "8.4" ]
6463

65-
name: check on ${{ matrix.os }} with PHP ${{ matrix.php }}
64+
name: Check PHP ${{ matrix.php }}
6665

6766
steps:
6867
- name: Setup PHP
@@ -74,13 +73,8 @@ jobs:
7473
coverage: none
7574

7675
- name: Remove old file from Ubuntu
77-
if: ${{ matrix.os == 'ubuntu' }}
7876
run: rm -f builds/iconify
7977

80-
- name: Remove old file from Windows
81-
if: ${{ matrix.os == 'windows' }}
82-
run: Remove-Item -Path "builds/iconify" -Force
83-
8478
- uses: actions/download-artifact@v4
8579
with:
8680
name: iconify

0 commit comments

Comments
 (0)