Skip to content

Commit

Permalink
Merge pull request #15 from dastrobu/swift-5.9
Browse files Browse the repository at this point in the history
build with Swift 5.9
  • Loading branch information
dastrobu authored Dec 17, 2023
2 parents 52414d4 + f5765ba commit 185ce8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: norio-nomura/action-swiftlint@3.2.1
macos-test:
strategy:
matrix:
swift-version:
- "5.7"
- "5.9"
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift-version }}
Expand All @@ -24,6 +24,8 @@ jobs:
strategy:
matrix:
swift-version:
- "5.9"
- "5.8"
- "5.7"
- "5.6"
- "5.5"
Expand All @@ -33,12 +35,13 @@ jobs:
- "5.1"
- "5.0"
runs-on: ubuntu-latest
container: swift:${{ matrix.swift-version }}
container:
image: swift:${{ matrix.swift-version }}
steps:
- uses: actions/checkout@v3
- run: swift test
ios-build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: xcodebuild -scheme geodesic -destination 'platform=iOS Simulator,name=iPhone 13'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# geodesic

[![Swift Version](https://img.shields.io/badge/swift-5.7-blue.svg)](https://swift.org)
[![Swift Version](https://img.shields.io/badge/swift-5.9-blue.svg)](https://swift.org)
![Platform](https://img.shields.io/badge/platform-macOS|linux--64-lightgray.svg)
![Build](https://github.com/dastrobu/geodesic/actions/workflows/ci.yaml/badge.svg)
[![GeographicLib Version](https://img.shields.io/badge/GeographicLib-2.1-blue.svg)](https://github.com/geographiclib/geographiclib-c/releases/tag/v2.1)
Expand Down

0 comments on commit 185ce8f

Please sign in to comment.