Skip to content

Commit d5594f3

Browse files
change macos-latest runners to use arm64 architecture to address GitHub Actions failures including https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/16888333182/job/47841807973?pr=97
1 parent 91c3656 commit d5594f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'py311 (macos)'
6666
python: '3.11'
6767
toxpython: 'python3.11'
68-
python_arch: 'x64'
68+
python_arch: 'arm64'
6969
tox_env: 'py311'
7070
os: 'macos-latest'
7171
- name: 'py311 (windows)'
@@ -84,7 +84,7 @@ jobs:
8484
# - name: 'pypy38 (macos)'
8585
# python: 'pypy-3.8'
8686
# toxpython: 'pypy3.8'
87-
# python_arch: 'x64'
87+
# python_arch: 'arm64'
8888
# tox_env: 'pypy38'
8989
# os: 'macos-latest'
9090
# - name: 'pypy39 (ubuntu)'
@@ -96,7 +96,7 @@ jobs:
9696
# - name: 'pypy39 (macos)'
9797
# python: 'pypy-3.9'
9898
# toxpython: 'pypy3.9'
99-
# python_arch: 'x64'
99+
# python_arch: 'arm64'
100100
# tox_env: 'pypy39'
101101
# os: 'macos-latest'
102102

0 commit comments

Comments
 (0)