Skip to content

Commit 5f3d1ca

Browse files
authored
ci: migrate to public runners (#38)
1 parent 507d303 commit 5f3d1ca

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
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:
@@ -22,7 +22,7 @@ jobs:
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:

0 commit comments

Comments
 (0)