Skip to content

Commit 67dd8cf

Browse files
committed
ci: use macos-latest instead of macos-14
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent cc5696b commit 67dd8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
6767
strategy:
6868
matrix:
69-
os: [ubuntu-latest, macos-14, windows-latest]
69+
os: [ubuntu-latest, macos-latest, windows-latest]
7070
runs-on: ${{ matrix.os }}
7171
steps:
7272
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)