Update issue10309.yml #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Checking Xcode.app | |
on: | |
push: | |
branches: | |
- issue-10309 | |
jobs: | |
run-shell-script: | |
runs-on: macos-14 | |
steps: | |
#- name: Checkout repository | |
#uses: actions/checkout@v2 | |
- name: Assign permission | |
run: chmod +x ./configure-xcode.sh | |
- name: Run Shell script | |
run: ./configure-xcode.sh |