Skip to content

Commit

Permalink
switch back to default xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Nov 14, 2023
1 parent 41cb386 commit af2a367
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
msg: "The version of Ansible you are using needs to be greater than 2.11"
when: ansible_version.full is version('2.11', '<=')

- name: Switch back to command line tools xcode before proceeding
command: sudo xcode-select --switch /
tags: adoptopenjdk

- name: Get macOS version
shell: sw_vers -productVersion
register: macos_version
Expand Down

0 comments on commit af2a367

Please sign in to comment.