Skip to content

Commit

Permalink
Run on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed May 21, 2023
1 parent 481b531 commit a2897d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build and test
on: [push, pull_request]
env:
IOS_SIMULATOR: iPhone 12
IOS_VERSION: "16.0"
IOS_VERSION: "16.4"
jobs:
build:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ DerivedData
# Swift Package Manager
.build
Packages/
.swiftpm/
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
import PackageDescription

let package = Package(
Expand Down
7 changes: 2 additions & 5 deletions Tests/SPM/Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -18,9 +18,6 @@ let package = Package(
// .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1")
],
targets: [
.target(
name: "test",
dependencies: [.product(name: "SQLite", package: "SQLite.swift")]
)
.executableTarget(name: "test", dependencies: [.product(name: "SQLite", package: "SQLite.swift")])
]
)

0 comments on commit a2897d5

Please sign in to comment.