Skip to content

Commit da49eac

Browse files
committed
Use macos-14 in workflows
1 parent adfa1e6 commit da49eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
node-version: [18.x, 20.x, 22.x]
2727
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
28-
os: [windows-latest, ubuntu-latest, macos-13]
28+
os: [windows-latest, ubuntu-latest, macos-14]
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
matlab-version: [R2021b, R2022a, R2022b, R2023a, R2023b, R2024a, latest]
53-
os: [windows-latest, ubuntu-latest, macos-13]
53+
os: [windows-latest, ubuntu-latest, macos-14]
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v4

0 commit comments

Comments
 (0)