Commit graph

13 commits

Author SHA1 Message Date
Matt Kiazyk
dd46112769 chore: set CI to MacOS 14, Xcode 16 2024-10-12 20:57:39 -05:00
Matt Kiazyk
5b18a90f81
Merge pull request #444 from XcodesOrg/matt/SettingsLinkSonoma
fix: settings link on Sonoma not working
2023-11-22 08:49:27 -06:00
Matt Kiazyk
b9dc7bf757 update runner to MacOS13, Xcode 15 2023-11-22 08:38:10 -06:00
dependabot[bot]
44a85d63db
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-22 10:43:03 +00:00
Sam Lu
b6e654c6f2
Update CI workflow to use Xcode 14.2 2023-09-19 12:16:06 -06:00
Matt Kiazyk
c8f4de47ea
Update CI to MacOS 12 + 13.2.1 2022-04-18 09:42:54 -05:00
dependabot[bot]
8e7063e538
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 10:05:30 +00:00
dependabot[bot]
a3c541cb39
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 10:03:42 +00:00
Matt Kiazyk
91595b5449
Bump ci to 12.5.1 2021-10-21 19:14:05 -05:00
dependabot[bot]
648a7a21a1
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 10:05:29 +00:00
Matt Kiazyk
3db60b65f5
Updates developer dir on CI runs to xcode 12.5 2021-08-18 16:49:24 -05:00
Brandon Evans
d38ea666b8
Only run CI workflow on push to main
The pull request event should handle running it on other branches, assuming that they're at least submitted as draft PRs. Right now this is running twice on PR branches which is unnecessary.
2021-01-04 19:37:34 -07:00
Brandon Evans
886d8912ec
Add .github directory from xcodes, update 2020-11-24 21:16:08 -07:00