Skip to content

Commit 84e7b74

Browse files
authored
Use macos-14 (#2323)
1 parent 5a52fe8 commit 84e7b74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
os:
3131
- ubuntu-22.04
32-
- macos-latest
32+
- macos-14
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-22.04
19-
- macos-12
19+
- macos-14
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
@@ -55,11 +55,11 @@ jobs:
5555
matrix:
5656
os:
5757
- ubuntu-22.04
58-
- macos-12
58+
- macos-14
5959
index: [0, 1, 2, 3, 4, 5, 6, 7]
6060
total: [8]
6161
exclude:
62-
- os: ${{ github.ref == 'refs/heads/main' && 'none' || 'macos-12' }}
62+
- os: ${{ github.ref == 'refs/heads/main' && 'none' || 'macos-14' }}
6363
runs-on: ${{ matrix.os }}
6464
steps:
6565
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)