Skip to content

Commit d352d21

Browse files
author
Timothy Wang
committed
Update macos image in test workflows
1 parent 4ccea55 commit d352d21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/azuresdkdrop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-12, windows-latest, ubuntu-latest]
16+
os: [macos-14, windows-latest, ubuntu-latest]
1717
node-version: [18.x, 20.x]
1818

1919
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [macos-12]
30+
os: [macos-14]
3131
node-version: [18.x, 20.x]
3232

3333
name: "test: use node ${{ matrix.node-version }}"
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ${{ matrix.os }}
5959
strategy:
6060
matrix:
61-
os: [macos-12]
61+
os: [macos-14]
6262
node-version: [18.x, 20.x]
6363

6464
name: "deploy: use node ${{ matrix.node-version }}"

0 commit comments

Comments
 (0)