Skip to content

Commit

Permalink
Update Build.yml runner + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov authored Dec 30, 2024
1 parent 1962aeb commit 37353fd
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 @@ -4,7 +4,7 @@ jobs:
xcode:
strategy:
fail-fast: false
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -30,5 +30,3 @@ on:
- main
schedule:
- cron: '0 9 * * 0,1,2,3,4'
branches:
- main

0 comments on commit 37353fd

Please sign in to comment.