Skip to content

redesign best times sheet #16

redesign best times sheet

redesign best times sheet #16

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
include:
- xcode: "16.4"
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: xcodebuild clean build analyze -project Minesweeper.xcodeproj -scheme Minesweeper -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer