Skip to content

Commit

Permalink
[0.70] Backport #10440 & #10444 (#10458)
Browse files Browse the repository at this point in the history
* Fix CI warnings on github returning 403's (#10440)

* Update to later Mac version, there is a brown-out before the 9/30 deprecation fo 10.15 (#10444)
  • Loading branch information
dannyvv committed Aug 26, 2022
1 parent e75f20b commit a673288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ado/jobs/macos-tests.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
- template: ../variables/shared.yml
- name: BUILDSECMON_OPT_IN
value: true
pool: {vmImage: macOS-10.15}
pool: {vmImage: macOS-12}
steps:
- template: ../templates/checkout-shallow.yml

Expand Down
5 changes: 4 additions & 1 deletion .unbroken_exclusions
@@ -1,3 +1,6 @@
URL not found https://docs.github.com/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models#fork-and-pull-model while parsing CONTRIBUTING.md (HTTP 403)
URL not found https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks while parsing CONTRIBUTING.md (HTTP 403)
URL not found https://docs.github.com/get-started/quickstart while parsing CONTRIBUTING.md (HTTP 403)
!**/node_modules
!vnext/packages
!vnext/ReactCopies
Expand All @@ -16,4 +19,4 @@
!packages/@rnw-scripts/doxysaurus/node_modules
!packages/@rnw-scripts/format-files/node_modules
!packages/@rnw-scripts/promote-release/node_modules
!.github/ISSUE_TEMPLATE
!.github/ISSUE_TEMPLATE

0 comments on commit a673288

Please sign in to comment.