Skip to content

Commit

Permalink
CI chore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Jan 6, 2024
1 parent 4854b38 commit f6501a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Build and Test
on: [workflow_dispatch]
jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-13]
env:
XC_VERSION: ${{ '15.1' }}
steps:
- name: Select latest Xcode
run: "sudo xcode-select -s /Applications/Xcode_$XC_VERSION.app"
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build and run unit tests
run: |
cd Scripts
Expand Down

0 comments on commit f6501a9

Please sign in to comment.