Skip to content

Commit

Permalink
Update server
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoMazzo committed Apr 7, 2024
1 parent c89bde9 commit 86da6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
jobs:
parallel-testing:
name: Generate intel app
runs-on: macos-13
runs-on: macos-14

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -switch '/Applications/Xcode_14.3.1.app'
run: sudo xcode-select -switch '/Applications/Xcode_15.3.app'
- name: Generate zip
run: |
./generate-zip.sh
Expand Down

0 comments on commit 86da6d1

Please sign in to comment.