Skip to content

Commit 7d68848

Browse files
committed
target CI to macOS 15
1 parent 5f687a4 commit 7d68848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transloaditkit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: ["macos-latest"]
8+
os: ["macOS-15"]
99
swift: ["6.0"]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)