fail-fast: false
matrix:
features: [tiny, normal, huge]
- runner: [macos-13, macos-14]
+ runner: [macos-13, macos-15]
steps:
- name: Checkout repository from github
brew install lua libtool
echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
- - name: Grant microphone access for macos-14
- if: matrix.features == 'huge' && matrix.runner == 'macos-14'
+ - name: Set up Xcode
+ if: matrix.runner == 'macos-15'
run: |
- # Temporary fix to fix microphone permission issues for macos-14 when playing sound.
- sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"
+ # Xcode 16 has compiler bugs which are fixed in 16.2+
+ sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
- name: Set up environment
run: |