Skip to content

Commit

Permalink
check version of clang/xcode, macos-14 switch to xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Sep 9, 2024
1 parent 2976a5e commit 87f3514
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: git config credential.helper
run: git config credential.helper

- name: which clang
- name: which clang/xcode
run: clang --version

- name: Brew install base dependencies
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Brew link dependencies
run: brew link [email protected] qt@5 berkeley-db@4

- name: which clang
- name: which clang/xcode
run: clang --version

- name: Auto generate
Expand All @@ -81,6 +81,9 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: get previous xcode and switch to it
run: ls -la /Applications/Xcode* && sudo xcode-select -switch /Applications/Xcode_15.2.app

- name: git config credential.helper
run: git config credential.helper
Expand All @@ -97,7 +100,7 @@ jobs:
- name: Brew link dependencies
run: brew link --force boost qt@5 berkeley-db@4 libevent

- name: which clang
- name: which clang/xcode
run: clang --version

- name: export boost flags and run Auto generate
Expand Down

0 comments on commit 87f3514

Please sign in to comment.