Skip to content

Commit f436180

Browse files
texodustimbess
authored andcommitted
Switch CI to macos-14
Signed-off-by: Andrew Stein <[email protected]>
1 parent 2cd998c commit f436180

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
matrix:
189189
os:
190190
- ubuntu-22.04
191-
- macos-13
191+
- macos-15
192192
- windows-2022
193193
arch:
194194
- aarch64
@@ -208,7 +208,7 @@ jobs:
208208
arch: aarch64
209209
- os: ubuntu-22.04
210210
arch: aarch64
211-
- os: macos-13
211+
- os: macos-15
212212
is-release: false
213213
- os: windows-2022
214214
is-release: false
@@ -494,7 +494,7 @@ jobs:
494494
matrix:
495495
os:
496496
- ubuntu-22.04
497-
- macos-13
497+
- macos-15
498498
- windows-2022
499499
arch:
500500
- aarch64
@@ -509,7 +509,7 @@ jobs:
509509
arch: aarch64
510510
- os: ubuntu-22.04
511511
arch: aarch64
512-
- os: macos-13
512+
- os: macos-15
513513
is-release: false
514514
- os: windows-2022
515515
is-release: false
@@ -654,8 +654,8 @@ jobs:
654654
matrix:
655655
os:
656656
- ubuntu-22.04
657-
- macos-13
658-
- macos-14
657+
- macos-15
658+
- macos-15
659659
- windows-2022
660660
arch:
661661
- x86_64
@@ -667,15 +667,15 @@ jobs:
667667
is-release:
668668
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
669669
exclude:
670-
- os: macos-13
670+
- os: macos-15
671671
is-release: false
672-
- os: macos-14
672+
- os: macos-15
673673
is-release: false
674674
- os: windows-2022
675675
is-release: false
676-
- os: macos-13
676+
- os: macos-15
677677
arch: aarch64
678-
- os: macos-14
678+
- os: macos-15
679679
arch: x86_64
680680
- os: windows-2022
681681
arch: aarch64
@@ -698,8 +698,8 @@ jobs:
698698

699699
- uses: actions/download-artifact@v4
700700
with:
701-
# the macos-14 runner tests artifacts built on macos-13
702-
name: perspective-python-dist-${{ matrix.arch }}-${{ matrix.os == 'macos-14' && 'macos-13' || matrix.os }}-${{ matrix.python-version }}
701+
# the macos-15 runner tests artifacts built on macos-15
702+
name: perspective-python-dist-${{ matrix.arch }}-${{ matrix.os == 'macos-15' && 'macos-15' || matrix.os }}-${{ matrix.python-version }}
703703

704704
- uses: ./.github/actions/install-wheel
705705

@@ -949,11 +949,11 @@ jobs:
949949

950950
- uses: actions/download-artifact@v4
951951
with:
952-
name: perspective-python-dist-aarch64-macos-13-3.9
952+
name: perspective-python-dist-aarch64-macos-15-3.9
953953

954954
- uses: actions/download-artifact@v4
955955
with:
956-
name: perspective-python-dist-x86_64-macos-13-3.9
956+
name: perspective-python-dist-x86_64-macos-15-3.9
957957

958958
- uses: actions/download-artifact@v4
959959
with:

0 commit comments

Comments
 (0)