We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccea55 commit d352d21Copy full SHA for d352d21
.github/workflows/azuresdkdrop.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [macos-12, windows-latest, ubuntu-latest]
+ os: [macos-14, windows-latest, ubuntu-latest]
17
node-version: [18.x, 20.x]
18
19
steps:
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- os: [macos-12]
+ os: [macos-14]
31
32
33
name: "test: use node ${{ matrix.node-version }}"
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
name: "deploy: use node ${{ matrix.node-version }}"
0 commit comments