-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI to use macOS 15 and Xcode 16 (#3493)
Task/Issue URL: https://app.asana.com/0/1204006570077678/1208389158134603/f Tech Design URL: CC: Description: Updates our workflows to use Xcode 16
- Loading branch information
1 parent
9e4e472
commit 0f8a33d
Showing
42 changed files
with
319 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,16 +35,26 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
runner: [macos-13-xlarge, macos-14-xlarge] | ||
runner: [macos-13-xlarge, macos-14-xlarge, macos-15-xlarge] | ||
include: | ||
- xcode-version: "15.2" | ||
runner: macos-13-xlarge | ||
- xcode-version: "15.4" | ||
runner: macos-14-xlarge | ||
- xcode-version: "16.1" | ||
runner: macos-15-xlarge | ||
|
||
timeout-minutes: 60 | ||
|
||
steps: | ||
- name: Install screenresolution | ||
if: matrix.runner == 'macos-15-xlarge' | ||
run: brew install screenresolution | ||
|
||
- name: Change screen resolution | ||
if: matrix.runner == 'macos-15-xlarge' | ||
run: screenresolution set 1920x1080x32@60 | ||
|
||
- name: Register SSH key for certificates repository access | ||
uses: webfactory/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,14 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
runner: [macos-13-xlarge, macos-14-xlarge] | ||
runner: [macos-13-xlarge, macos-14-xlarge, macos-15-xlarge] | ||
include: | ||
- xcode-version: "15.2" | ||
runner: macos-13-xlarge | ||
- xcode-version: "15.4" | ||
runner: macos-14-xlarge | ||
- xcode-version: "16.1" | ||
runner: macos-15-xlarge | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.runner }} | ||
|
@@ -53,6 +55,14 @@ jobs: | |
timeout-minutes: 120 | ||
|
||
steps: | ||
- name: Install screenresolution | ||
if: matrix.runner == 'macos-15-xlarge' | ||
run: brew install screenresolution | ||
|
||
- name: Change screen resolution | ||
if: matrix.runner == 'macos-15-xlarge' | ||
run: screenresolution set 1920x1080x32@60 | ||
|
||
- name: Register SSH key for certificates repository access | ||
uses: webfactory/[email protected] | ||
with: | ||
|
@@ -172,4 +182,4 @@ jobs: | |
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }} | ||
asana-project: ${{ vars.MACOS_APP_DEVELOPMENT_ASANA_PROJECT_ID }} | ||
asana-task-name: GH Workflow Failure - UI Tests | ||
asana-task-description: The UI Tests workflow has failed. See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | ||
asana-task-description: The UI Tests workflow has failed. See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
15.4 | ||
16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.developer.networking.networkextension</key> | ||
<array> | ||
<string>packet-tunnel-provider</string> | ||
<string>app-proxy-provider</string> | ||
</array> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>$(IPC_APP_GROUP)</string> | ||
<string>$(DBP_APP_GROUP)</string> | ||
<string>$(NETP_APP_GROUP)</string> | ||
<string>$(SUBSCRIPTION_APP_GROUP)</string> | ||
<string>$(APP_CONFIGURATION_APP_GROUP)</string> | ||
</array> | ||
<key>com.apple.security.device.audio-input</key> | ||
<true/> | ||
<key>com.apple.security.device.camera</key> | ||
<true/> | ||
<key>com.apple.security.files.downloads.read-write</key> | ||
<true/> | ||
<key>com.apple.security.files.user-selected.read-write</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
<key>com.apple.security.personal-information.location</key> | ||
<true/> | ||
<key>com.apple.security.print</key> | ||
<true/> | ||
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key> | ||
<array> | ||
<string>/Library/Application Support/Google/Chrome/</string> | ||
<string>/Library/Application Support/BraveSoftware/Brave-Browser/</string> | ||
<string>/Library/Application Support/Firefox/</string> | ||
<string>/Library/Application Support/Microsoft Edge/</string> | ||
<string>/Library/Application Support/Vivaldi/</string> | ||
<string>/Library/Application Support/com.operasoftware.Opera/</string> | ||
<string>/Library/Application Support/com.operasoftware.OperaGX/</string> | ||
<string>/Library/Application Support/Yandex/YandexBrowser/</string> | ||
<string>/Library/Application Support/Chromium/</string> | ||
<string>/Library/Application Support/Coccoc/</string> | ||
<string>/Library/Application Support/TorBrowser-Data/Browser/</string> | ||
<string>/Library/Application Support/Arc/User Data/</string> | ||
</array> | ||
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key> | ||
<array> | ||
<string>$(DBP_BACKGROUND_AGENT_BUNDLE_ID)</string> | ||
<string>$(AGENT_BUNDLE_ID)</string> | ||
</array> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(DBP_APP_GROUP)</string> | ||
<string>$(AppIdentifierPrefix)com.duckduckgo.mobile.ios</string> | ||
<string>$(NETP_APP_GROUP)</string> | ||
<string>$(SUBSCRIPTION_APP_GROUP)</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.