Skip to content

Commit f0b478a

Browse files
ci
1 parent ea825c0 commit f0b478a

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/run-tests.yml

+5-17
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
os: [windows-latest]
12-
php: [8.2, 8.1]
11+
os: [macos-latest]
12+
php: [8.2]
1313
stability: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -24,22 +24,10 @@ jobs:
2424
php-version: ${{ matrix.php }}
2525
coverage: none
2626

27-
- name: Linux installation
28-
if: runner.os == 'Linux'
27+
- name: macOS installation
28+
if: runner.os == 'macOS'
2929
run: |
30-
sudo apt update
31-
sudo apt install vorbis-tools flac
32-
33-
- name: Windows installation
34-
if: runner.os == 'Windows'
35-
run: |
36-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
37-
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
38-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
39-
scoop update
40-
scoop bucket add extras
41-
scoop install flac extras/icecast
42-
shell: powershell
30+
brew install flac vorbis-tools
4331
4432
- name: Setup problem matchers
4533
run: |

0 commit comments

Comments
 (0)