Skip to content

Commit

Permalink
ci/cd pipeline updated
Browse files Browse the repository at this point in the history
- macOS-14
- Xcode updated to 15.2
  • Loading branch information
yaroslavyaroslav committed Dec 10, 2024
1 parent 90311ee commit 8c152f5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/macOS-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "macOS 12"
name: "macOS 13"

on:
push:
Expand All @@ -23,21 +23,20 @@ on:
- develop-4.0

env:
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer

jobs:
spm:
name: Swift Package Manager 5.7
runs-on: macOS-12
name: Swift Package Manager 5.9
runs-on: macos-13
concurrency:
group: spm-${{ github.run_id }}
cancel-in-progress: false
steps:
- uses: actions/checkout@v3
- name: Discover typos
run: |
pip3 install --upgrade pip
pip3 install codespell
pipx install codespell
codespell # See .codespellrc for args
- name: SwiftLint
run: |
Expand Down

0 comments on commit 8c152f5

Please sign in to comment.