Skip to content

Commit 3573454

Browse files
authored
use actions/checkout@v5 and Xcode 26.3.
1 parent 4ae636a commit 3573454

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
runs-on: macos-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
15+
16+
- name: Select Xcode version 26.3
17+
run: |
18+
sudo xcode-select --switch /Applications/Xcode_26.3.app
1519
1620
- name: Build
1721
run: |
@@ -29,6 +33,6 @@ jobs:
2933
-project AmorphousDiskMark/AmorphousDiskMark.xcodeproj \
3034
-scheme AmorphousDiskMark \
3135
-destination 'platform=macOS' \
32-
CODE_SIGN_IDENTITY="" \
36+
CODE_SIGN_IDENTITY="-" \
3337
CODE_SIGNING_REQUIRED=NO \
3438
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)