Skip to content

Commit

Permalink
chore(CI): update macOS runners (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored May 20, 2024
1 parent 259ef3d commit f584775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
os: [macos-11, macos-12]
os: [macos-12, macos-13]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-node-${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-node-${{ matrix.node-version }}

Expand Down

0 comments on commit f584775

Please sign in to comment.