Skip to content

Commit

Permalink
CI-CD BADGE
Browse files Browse the repository at this point in the history
  • Loading branch information
theboringhumane committed Sep 9, 2024
1 parent 538d2d7 commit 0f945a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: macos-latest
xcode: ['15.0']
macos: ['macos-14']
xcode: ['15.4']
scheme: ['TheBoringWorkerNotifier']
command: ['test']
platform: ['macOS']
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

# TheBoringWorkerNotifier 💡

![TheBoringWorkerNotifier Build & Test](https://github.com/github/docs/actions/workflows/main.yml/badge.svg?event=push&branch=main)
![TheBoringWorkerNotifier Build & Test](https://github.com/TheBoredTeam/TheBoringWorkerNotifier/actions/workflows/ci-cd.yml/badge.svg)

TheBoringWorkerNotifier is a Swift library for BoringNotch and TheBoringWorkeres that provides a simple interface for managing distributed notifications in macOS applications. It allows you to easily post notifications and set up observers for various system events.

Expand Down

0 comments on commit 0f945a4

Please sign in to comment.