Skip to content

Commit

Permalink
Bump CI to macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Jan 20, 2025
1 parent a15d378 commit 1a8613a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-14, ubuntu-22.04]
platform: [macos-15, ubuntu-22.04]
version:
- swift_version: "5.9"
xcode_version: "15.2"
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-14, ubuntu-22.04]
platform: [macos-15, ubuntu-22.04]
version:
- swift_version: "5.9"
xcode_version: "15.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

macos:
name: Release macOS
runs-on: macos-14
runs-on: macos-15
needs: create_release
steps:
- name: Checkout
Expand Down

0 comments on commit 1a8613a

Please sign in to comment.