Skip to content

Commit 1adce83

Browse files
authored
ci: pin the Xcode 16.2 and 16.4 jobs to macos-15 (#359)
1 parent 24400d5 commit 1adce83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
version: "6.1"
2626
- os: ubuntu-latest
2727
version: "6.2"
28-
- os: macos-latest
28+
- os: macos-15
2929
version: "16.2" # Swift 6.0
30-
- os: macos-latest
30+
- os: macos-15
3131
version: "16.4" # Swift 6.1
3232
- os: macos-latest
3333
version: "26.1" # Swift 6.2

0 commit comments

Comments
 (0)