Skip to content

Commit

Permalink
chore: Switch CI to Xcode 16 on macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Jan 26, 2025
1 parent 994cdab commit cfd7b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Test

on:
push:
branches:
branches:
- main
pull_request:
branches:
- '*'
branches:
- "*"

jobs:
test-xcode:
runs-on: macos-12
strategy:
matrix:
xcode:
- 13.2.1
- 16.2

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct Run {
try await Saga(input: "content", output: "deploy")
// All files will be parsed to html.
.register(
metadata: EmptyMetadata.self,
readers: [.parsleyMarkdownReader()],
writers: [
.itemWriter(swim(renderPage))
Expand Down

0 comments on commit cfd7b0b

Please sign in to comment.