File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535 ubuntu-latest,
3636 ubuntu-22.04-arm, # https://github.com/actions/partner-runner-images/issues/37 https://github.com/orgs/community/discussions/148648#discussioncomment-12099554
3737 macos-latest,
38- macos-14-large ,
38+ macos-13 ,
3939 ]
4040 python : [12, 13]
4141
Original file line number Diff line number Diff line change 55 branches :
66 - " develop"
77 pull_request_target :
8- types : [ opened, synchronize, reopened, labeled ]
8+ types : [opened, synchronize, reopened, labeled]
99 branches :
1010 - " develop"
1111 workflow_dispatch :
2222
2323 unit-tests :
2424 needs : access-check
25- runs-on : ubuntu-latest-8
25+ runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v4
2828 with :
@@ -51,11 +51,11 @@ jobs:
5151 needs : access-check
5252 # TODO: re-enable when this check is a develop required check
5353 if : false
54- runs-on : ubuntu-latest-32
54+ runs-on : ubuntu-latest
5555 strategy :
5656 matrix :
57- sync_graph : [ true, false ]
58- size : [ small, large ]
57+ sync_graph : [true, false]
58+ size : [small, large]
5959 exclude :
6060 # Exclude large codemod tests when not needed
6161 - size : ${{(contains(github.event.pull_request.labels.*.name, 'big-codemod-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch') && 'kevin' || 'large'}}
@@ -162,7 +162,7 @@ jobs:
162162
163163 integration-tests :
164164 needs : access-check
165- runs-on : ubuntu-latest-16
165+ runs-on : ubuntu-latest
166166 steps :
167167 - uses : actions/checkout@v4
168168 with :
You can’t perform that action at this time.
0 commit comments