diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd45addb..d9e9d4b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,16 +13,16 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v2 - name: Init run: | make init - - name: Force select xcode 13 + - name: Force select xcode 15 run: | - sudo xcode-select -switch /Applications/Xcode_13.4.app + sudo xcode-select -switch /Applications/Xcode_15.2.app - name: Build run: | make build @@ -45,4 +45,4 @@ jobs: author_email: chausov@surf.dev message: "Updates for documentation" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}