Skip to content

Commit

Permalink
Try plain build script instead of spm-build, align circleCI on 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Jan 22, 2024
1 parent 07c0570 commit 7ef549a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

spm-build:
macos:
xcode: 14.3.1
xcode: 14.1
steps:
- checkout
- setup-authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: |
echo "Run, Build Application using script"
./scripts/build_spm_sample.sh
./scripts/build.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit 7ef549a

Please sign in to comment.