Skip to content

Commit 00369de

Browse files
committed
ci: remove swift 6.0.3 add 6.1.2 to runners
1 parent 4c53298 commit 00369de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test Swift ${{ matrix.swift }} Ubuntu Latest
1414
strategy:
1515
matrix:
16-
swift: ["6.0.3", "6.1"]
16+
swift: ["6.1", "6.1.2"]
1717
runs-on: ubuntu-latest
1818
container: swift:${{ matrix.swift }}
1919
steps:
@@ -24,7 +24,7 @@ jobs:
2424
name: Test Swift ${{ matrix.swift }} macOS
2525
strategy:
2626
matrix:
27-
swift: ["6.0.3", "6.1"]
27+
swift: ["6.1", "6.1.2"]
2828
runs-on: macos-15
2929
steps:
3030
- uses: actions/checkout@v4

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
),
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/apple/swift-numerics", exact: "1.1.0-prerelease"),
26+
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.0"),
2727
],
2828
targets: [
2929
.executableTarget(name: "CodeGeneratorExecutable"),

0 commit comments

Comments
 (0)