Skip to content

Commit

Permalink
move to xcode 14.3 and macos 13 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 19, 2023
1 parent dd9036b commit f3b9469
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13
if: contains(github.event.pull_request.labels.*.name, 'safe to test')

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout nudge repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [workflow_dispatch]

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout nudge repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout nudge repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [workflow_dispatch]

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout nudge repo
Expand Down
3 changes: 1 addition & 2 deletions build_nudge.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Build script for Nudge

# Variables
XCODE_PATH="/Applications/Xcode_14.2.app"
XCODE_ORIGINAL_PATH="/Applications/Xcode_14.2.app"
XCODE_PATH="/Applications/Xcode_14.3.app"
APP_SIGNING_IDENTITY="Developer ID Application: Mac Admins Open Source (T4SK8ZXCXG)"
INSTALLER_SIGNING_IDENTITY="Developer ID Installer: Mac Admins Open Source (T4SK8ZXCXG)"
MP_SHA="71c57fcfdf43692adcd41fa7305be08f66bae3e5"
Expand Down

0 comments on commit f3b9469

Please sign in to comment.