File tree 1 file changed +5
-17
lines changed
1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- os : [windows -latest]
12
- php : [8.2, 8.1 ]
11
+ os : [macos -latest]
12
+ php : [8.2]
13
13
stability : [prefer-stable]
14
14
15
15
name : P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -24,22 +24,10 @@ jobs:
24
24
php-version : ${{ matrix.php }}
25
25
coverage : none
26
26
27
- - name : Linux installation
28
- if : runner.os == 'Linux '
27
+ - name : macOS installation
28
+ if : runner.os == 'macOS '
29
29
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
43
31
44
32
- name : Setup problem matchers
45
33
run : |
You can’t perform that action at this time.
0 commit comments