mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
♻️ :: Use Xcode 14 on CI
The snapshot tests were also generated using this Xcode version
This commit is contained in:
@@ -19,6 +19,14 @@ on:
|
||||
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
# Use latest Xcode version.
|
||||
#
|
||||
# Source:
|
||||
# - https://www.jessesquires.com/blog/2020/01/06/selecting-an-xcode-version-on-github-ci/
|
||||
# - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel.
|
||||
jobs:
|
||||
# This workflow starts with a job called "build-and-test".
|
||||
|
||||
Reference in New Issue
Block a user