Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Feb 13, 2024
1 parent 1c50141 commit 6c44a91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up Xcode
uses: actions/setup-xcode@v2.5.2
with:
xcode-version: '13.2.1'
run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app/Contents/Developer

- name: Make ipabuild.sh executable
run: chmod +x ipabuild.sh
Expand Down

0 comments on commit 6c44a91

Please sign in to comment.