Skip to content

Commit

Permalink
ci(manager/mac): use macos-13 as the CI runner (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 authored Jul 3, 2024
1 parent af91355 commit f65ae3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test_debug_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

mac_debug_build:
name: MacOS Debug Build
runs-on: macos-11
runs-on: macos-13
needs: web_test
env:
SENTRY_DSN: debug
Expand All @@ -101,8 +101,5 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Set XCode Version
run: sudo xcode-select -switch /Applications/Xcode_13.2.app

- name: Build MacOS Manager
run: npm run action server_manager/electron_app/build macos

0 comments on commit f65ae3a

Please sign in to comment.