Skip to content

Commit

Permalink
ci: update macOS to 14 (11 is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Jul 1, 2024
1 parent b48d8ac commit 4f9a320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rtc-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'package.json'
- 'pnpm-lock.yaml'
- '.reuse/dep5'
- '.github/workflows'
branches:
- main

Expand Down Expand Up @@ -79,11 +80,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
- os: macos-14-large
platform: macos
target: x86_64-apple-darwin
macosx_deployment_target: '10.15'
- os: macos-11
- os: macos-14
platform: macos
target: aarch64-apple-darwin
macosx_deployment_target: '11.0'
Expand Down

0 comments on commit 4f9a320

Please sign in to comment.