Skip to content

Commit 77b60b5

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 11 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-14
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-14
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-14
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-14
513513
is-release: false
514514
- os: windows-2022
515515
is-release: false
@@ -654,7 +654,7 @@ jobs:
654654
matrix:
655655
os:
656656
- ubuntu-22.04
657-
- macos-13
657+
- macos-14
658658
- macos-14
659659
- windows-2022
660660
arch:
@@ -667,13 +667,13 @@ jobs:
667667
is-release:
668668
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
669669
exclude:
670-
- os: macos-13
670+
- os: macos-14
671671
is-release: false
672672
- os: macos-14
673673
is-release: false
674674
- os: windows-2022
675675
is-release: false
676-
- os: macos-13
676+
- os: macos-14
677677
arch: aarch64
678678
- os: macos-14
679679
arch: x86_64
@@ -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-14 runner tests artifacts built on macos-14
702+
name: perspective-python-dist-${{ matrix.arch }}-${{ matrix.os == 'macos-14' && 'macos-14' || 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-14-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-14-3.9
957957

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

0 commit comments

Comments
 (0)