Skip to content

Commit 869cab9

Browse files
committed
switch to newer mac intel image
1 parent fd4a679 commit 869cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [ubuntu-latest, macos-13] #, macos-14] # macos-13: Intel, macos-14: ARM64 (Apple Silicon)
37+
os: [ubuntu-latest, macos-15-intel] # this is the last intel build, will be deprecated dec 2027, and atm we can't run on non-intel macs: https://github.com/psathyrella/partis/issues/330
3838
python-version: ['3.12']
3939
install-method: ['pip', 'pipx']
4040
fail-fast: false

0 commit comments

Comments
 (0)