Skip to content

Commit b36d209

Browse files
committed
Switch CI to macos-14
Signed-off-by: Andrew Stein <[email protected]>
1 parent a074bed commit b36d209

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
@@ -186,7 +186,7 @@ jobs:
186186
matrix:
187187
os:
188188
- ubuntu-22.04
189-
- macos-13
189+
- macos-14
190190
- windows-2022
191191
arch:
192192
- aarch64
@@ -206,7 +206,7 @@ jobs:
206206
arch: aarch64
207207
- os: ubuntu-22.04
208208
arch: aarch64
209-
- os: macos-13
209+
- os: macos-14
210210
is-release: false
211211
- os: windows-2022
212212
is-release: false
@@ -492,7 +492,7 @@ jobs:
492492
matrix:
493493
os:
494494
- ubuntu-22.04
495-
- macos-13
495+
- macos-14
496496
- windows-2022
497497
arch:
498498
- aarch64
@@ -507,7 +507,7 @@ jobs:
507507
arch: aarch64
508508
- os: ubuntu-22.04
509509
arch: aarch64
510-
- os: macos-13
510+
- os: macos-14
511511
is-release: false
512512
- os: windows-2022
513513
is-release: false
@@ -652,7 +652,7 @@ jobs:
652652
matrix:
653653
os:
654654
- ubuntu-22.04
655-
- macos-13
655+
- macos-14
656656
- macos-14
657657
- windows-2022
658658
arch:
@@ -665,13 +665,13 @@ jobs:
665665
is-release:
666666
- ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }}
667667
exclude:
668-
- os: macos-13
668+
- os: macos-14
669669
is-release: false
670670
- os: macos-14
671671
is-release: false
672672
- os: windows-2022
673673
is-release: false
674-
- os: macos-13
674+
- os: macos-14
675675
arch: aarch64
676676
- os: macos-14
677677
arch: x86_64
@@ -696,8 +696,8 @@ jobs:
696696

697697
- uses: actions/download-artifact@v4
698698
with:
699-
# the macos-14 runner tests artifacts built on macos-13
700-
name: perspective-python-dist-${{ matrix.arch }}-${{ matrix.os == 'macos-14' && 'macos-13' || matrix.os }}-${{ matrix.python-version }}
699+
# the macos-14 runner tests artifacts built on macos-14
700+
name: perspective-python-dist-${{ matrix.arch }}-${{ matrix.os == 'macos-14' && 'macos-14' || matrix.os }}-${{ matrix.python-version }}
701701

702702
- uses: ./.github/actions/install-wheel
703703

@@ -947,11 +947,11 @@ jobs:
947947

948948
- uses: actions/download-artifact@v4
949949
with:
950-
name: perspective-python-dist-aarch64-macos-13-3.9
950+
name: perspective-python-dist-aarch64-macos-14-3.9
951951

952952
- uses: actions/download-artifact@v4
953953
with:
954-
name: perspective-python-dist-x86_64-macos-13-3.9
954+
name: perspective-python-dist-x86_64-macos-14-3.9
955955

956956
- uses: actions/download-artifact@v4
957957
with:

0 commit comments

Comments
 (0)