Skip to content

Commit

Permalink
god this CI situation sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Apr 1, 2024
1 parent 5352594 commit 6236943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
device: [ios, tvos, watchos]
steps:
- uses: actions/checkout@v2
- name: build
# Blocked on Swift 5.10 support
- if: false
name: build
run: |
swift --version
xcrun xcodebuild -list
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- macos-14
steps:
- uses: actions/checkout@v2

- run: .github/pipeline
# Blocked on Swift 5.10 support
- if: false
run: .github/pipeline

linux:
runs-on: ${{ matrix.os.runner }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
***`png`***<br>`4.4`

[![ci status](https://github.com/tayloraswift/swift-png/actions/workflows/build.yml/badge.svg)](https://github.com/tayloraswift/swift-png/actions/workflows/build.yml)
[![ci status](https://github.com/tayloraswift/swift-png/actions/workflows/build-devices.yml/badge.svg)](https://github.com/tayloraswift/swift-png/actions/workflows/build-devices.yml)


[![swift package index versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ftayloraswift%2Fswift-png%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/tayloraswift/swift-png)
Expand Down

0 comments on commit 6236943

Please sign in to comment.