65
65
fail-fast : false
66
66
matrix :
67
67
# Use Ubuntu 20.04 / macOS 13 x86_64 / macOS 14 arm64 + Python 3.10 to build SpiderMonkey
68
- os : [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'pi ' ] # macOS 14 runner exclusively runs on M1 hardwares
69
- # see https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
68
+ os : [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'ubuntu-22.04-arm ' ] # macOS 14 runner exclusively runs on M1 hardwares
69
+ # see https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
70
70
python_version : [ '3.10' ]
71
71
runs-on : ${{ matrix.os }}
72
72
steps :
@@ -132,7 +132,7 @@ jobs:
132
132
strategy :
133
133
fail-fast : false
134
134
matrix :
135
- os : [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'windows-2022', 'pi ' ]
135
+ os : [ 'ubuntu-20.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm ' ]
136
136
python_version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
137
137
runs-on : ${{ matrix.os }}
138
138
steps :
@@ -144,9 +144,6 @@ jobs:
144
144
- uses : actions/setup-python@v5
145
145
with :
146
146
python-version : ${{ matrix.python_version }}
147
- - name : Remove old poetry cache
148
- run : rm -rf ~/.cache/pypoetry
149
- if : ${{ matrix.os == 'pi' }}
150
147
- name : Setup Poetry
151
148
uses : snok/install-poetry@v1
152
149
with :
0 commit comments