File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,15 @@ jobs:
13
13
if : github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
14
14
strategy :
15
15
matrix :
16
- # we use macos-13 instead of macos-latest because GHA runners on ARM do not support docker
17
- # see https://github.com/docker/setup-docker-action/pull/53
18
- os : [ubuntu-latest, macos-13, windows-latest]
16
+ os : [ubuntu-latest, macos-latest, windows-latest]
19
17
fail-fast : false
20
18
runs-on : ${{ matrix.os }}
21
19
steps :
22
20
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
23
21
if : matrix.os == 'ubuntu-latest'
24
22
- uses : actions/checkout@v5
25
23
- uses : docker/setup-docker-action@v4
24
+ if : matrix.os != 'macos-latest'
26
25
name : Setup Docker Environment
27
26
with :
28
27
set-host : true
Original file line number Diff line number Diff line change @@ -14,16 +14,15 @@ jobs:
14
14
if : github.event_name == 'push' || (github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
15
15
strategy :
16
16
matrix :
17
- # we use macos-13 instead of macos-latest because GHA runners on ARM do not support docker
18
- # see https://github.com/docker/setup-docker-action/pull/53
19
- os : [ubuntu-latest, macos-13, windows-latest]
17
+ os : [ubuntu-latest, macos-latest, windows-latest]
20
18
fail-fast : false
21
19
runs-on : ${{ matrix.os }}
22
20
steps :
23
21
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
24
22
if : matrix.os == 'ubuntu-latest'
25
23
- uses : actions/checkout@v5
26
24
- uses : docker/setup-docker-action@v4
25
+ if : matrix.os != 'macos-latest'
27
26
name : Setup Docker Environment
28
27
with :
29
28
set-host : true
49
48
steps :
50
49
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
51
50
- uses : actions/checkout@v5
52
- - uses : docker/setup-docker-action@v4
53
- name : Setup Docker Environment
54
- with :
55
- set-host : true
56
51
- uses : actions/setup-node@v5
57
52
with :
58
53
node-version-file : package.json
You can’t perform that action at this time.
0 commit comments