Skip to content

Commit f9ee014

Browse files
committed
ci: switch to amazon runners
1 parent 0744e23 commit f9ee014

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unittest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-20.04
14+
- "linux.2xlarge"
1515
- "linux.4xlarge.nvidia.gpu"
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- name: Setup Python
19-
uses: actions/setup-python@v2
18+
# This hash has been reviewed for security issues. If upgrading please
19+
# rereview the action source.
20+
- uses: kishaningithub/setup-python-amazon-linux@46d057bc1c866dd51b4d2ad0c7631e9e8eed13e1
2021
with:
21-
python-version: "3.10"
22-
architecture: x64
22+
python-version: '3.10'
2323
- name: Checkout
2424
uses: actions/checkout@v2
2525
- name: Install Dependencies

0 commit comments

Comments
 (0)