Skip to content

Commit

Permalink
macos13 to macos14 for new xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 21, 2024
1 parent 93757a8 commit 67936c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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-13
runs-on: macos-14-large
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-13
runs-on: macos-14-large

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-13
runs-on: macos-14-large

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-13
runs-on: macos-14-large

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-13
runs-on: macos-14-large

steps:
- name: Checkout nudge repo
Expand Down

0 comments on commit 67936c4

Please sign in to comment.