Skip to content

Commit 2a5e263

Browse files
Update python-app.yml
1 parent b377484 commit 2a5e263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: self-hosted
7+
runs-on: ARM64
88

99
steps:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212

1313
- name: Set up Python ${{ matrix.python-version }}
14-
# uses: actions/setup-python@v5
15-
uses: priyagupta108/setup-python@test-pr-973
14+
uses: actions/setup-python@v5
15+
# uses: priyagupta108/setup-python@test-pr-973
1616
with:
1717
python-version: 3.13
18-
architecture: 'arm64'
18+
# architecture: 'arm64'
1919

2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)