Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app

jobs:
all_tests:
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cache bundle directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app
DEVELOPER_DIR: /Applications/Xcode_16.3.0.app

jobs:
main_tests:
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Cache bundle directory
Expand Down
12 changes: 12 additions & 0 deletions Samples/Xcode16.3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Xcode 16.3
- [Release Note](https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes)

## Testing
おもに次の4つがトピックになります。
- (1)XCUIAutomationの誕生
- (2)環境変数の追加
- (3)confirmation
- (4)Test Scoping Traits

## 参考資料
- https://note.com/tarappo/n/n3a3787e090a1
Loading
Loading