Skip to content

Commit

Permalink
Merge pull request Azure#902 from Timothyw0/developer/timothywang/fix…
Browse files Browse the repository at this point in the history
…-workflow-yml

fix: Update macos image in test workflows
  • Loading branch information
Timothyw0 authored Dec 16, 2024
2 parents 4ccea55 + d352d21 commit 99fab3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azuresdkdrop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, windows-latest, ubuntu-latest]
os: [macos-14, windows-latest, ubuntu-latest]
node-version: [18.x, 20.x]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
os: [macos-14]
node-version: [18.x, 20.x]

name: "test: use node ${{ matrix.node-version }}"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
os: [macos-14]
node-version: [18.x, 20.x]

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

0 comments on commit 99fab3a

Please sign in to comment.