|
16 | 16 | steps: |
17 | 17 | - uses: actions/checkout@v3 # Updated to v3 |
18 | 18 | - uses: actions/setup-python@v4 # Updated to v4 |
19 | | - with: |
20 | | - python-version: '3.10.11' |
21 | 19 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
22 | 20 | if: runner.os == 'macOS' |
23 | 21 | with: |
|
58 | 56 | steps: |
59 | 57 | - uses: actions/checkout@v3 # Updated to v3 |
60 | 58 | - uses: actions/setup-python@v4 # Updated to v4 |
61 | | - with: |
62 | | - python-version: '3.10.11' |
63 | 59 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
64 | 60 | if: runner.os == 'macOS' |
65 | 61 | with: |
|
101 | 97 | steps: |
102 | 98 | - uses: actions/checkout@v3 # Updated to v3 |
103 | 99 | - uses: actions/setup-python@v4 # Updated to v4 |
104 | | - with: |
105 | | - python-version: '3.10.11' |
106 | 100 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
107 | 101 | if: runner.os == 'macOS' |
108 | 102 | with: |
@@ -143,8 +137,6 @@ jobs: |
143 | 137 | steps: |
144 | 138 | - uses: actions/checkout@v3 # Updated to v3 |
145 | 139 | - uses: actions/setup-python@v4 # Updated to v4 |
146 | | - with: |
147 | | - python-version: '3.10.11' |
148 | 140 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
149 | 141 | if: runner.os == 'macOS' |
150 | 142 | with: |
@@ -186,8 +178,6 @@ jobs: |
186 | 178 | steps: |
187 | 179 | - uses: actions/checkout@v3 # Updated to v3 |
188 | 180 | - uses: actions/setup-python@v4 # Updated to v4 |
189 | | - with: |
190 | | - python-version: '3.10.11' |
191 | 181 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
192 | 182 | if: runner.os == 'macOS' |
193 | 183 | with: |
@@ -228,8 +218,6 @@ jobs: |
228 | 218 | steps: |
229 | 219 | - uses: actions/checkout@v3 # Updated to v3 |
230 | 220 | - uses: actions/setup-python@v4 # Updated to v4 |
231 | | - with: |
232 | | - python-version: '3.10.11' |
233 | 221 | - uses: maxim-lobanov/setup-xcode@v1 # This action is fine |
234 | 222 | if: runner.os == 'macOS' |
235 | 223 | with: |
|
0 commit comments