Skip to content

Commit

Permalink
Update and rename CocoaPods.yml to Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Aug 19, 2023
1 parent 3105861 commit 0633ee1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CocoaPods

on: [push]

jobs:
build:
runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme TextureSwiftSupport -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
15 changes: 0 additions & 15 deletions .github/workflows/CocoaPods.yml

This file was deleted.

0 comments on commit 0633ee1

Please sign in to comment.