Skip to content

Commit

Permalink
Merge pull request #12 from to4iki/cleaup_ci
Browse files Browse the repository at this point in the history
Simplify `ci.yml`
  • Loading branch information
to4iki authored Nov 25, 2024
2 parents 2a979da + ca5ebdb commit d03973a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,16 @@ concurrency:
cancel-in-progress: true

jobs:
library:
runs-on: macos-latest
tests:
strategy:
matrix:
xcode: ['16.0']
config: ['debug', 'release']
steps:
- uses: actions/checkout@v3
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run ${{ matrix.config }} tests
run: CONFIG=${{ matrix.config }} make test

ubuntu-tests:
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: "6.0"
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: make test-swift
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ForcibleValue

![Swift 5](https://img.shields.io/badge/swift-5-orange.svg)
![Swift 6](https://img.shields.io/badge/swift-6-orange.svg)
![CocoaPods compatible](https://img.shields.io/cocoapods/v/ForcibleValue.svg)
![Carthage compatible](https://img.shields.io/badge/carthage-compatible-brightgreen.svg)
![SPM compatible](https://img.shields.io/badge/SPM-Compatible-brightgreen.svg)
Expand Down

0 comments on commit d03973a

Please sign in to comment.