Skip to content

Commit

Permalink
target CI to macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals committed Nov 28, 2024
1 parent 5f687a4 commit 7d68848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transloaditkit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: ["macos-latest"]
os: ["macOS-15"]
swift: ["6.0"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7d68848

Please sign in to comment.