Skip to content

Commit

Permalink
Merge pull request #16448 from phalcon/macos-12
Browse files Browse the repository at this point in the history
MacOS 12
  • Loading branch information
Jeckerson authored Oct 2, 2023
2 parents 6ba0566 + 8b884e0 commit da8d71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-phalcon-mac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ runs:
steps:
- name: Configure macOS Environment
shell: bash
# Xcode paths: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#xcode
# Xcode paths: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
run: |
sudo xcode-select -s /Applications/Xcode_13.0.app
sudo xcode-select -s /Applications/Xcode_14.2.app
xcodebuild -version
- name: 'Build Phalcon for macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Linux
- { name: ubuntu-gcc, os: ubuntu-20.04, compiler: gcc }
# macOS
- { name: macos-clang, os: macos-11, compiler: clang }
- { name: macos-clang, os: macos-12, compiler: clang }
# Windows
- { php: '7.4', ts: 'ts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
- { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
Expand Down

0 comments on commit da8d71b

Please sign in to comment.