Skip to content

Commit

Permalink
Move CI from macos-13 to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 23, 2024
1 parent e6aa350 commit 45a3bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# This matrix runs tests on iOS sim & Mac, on oldest & newest supported Xcodes
runner:
- macos-13
- macos-14
- macos-15
xcode:
- Xcode_15.2
Expand All @@ -30,7 +30,7 @@ jobs:
- 'platform=macOS'
exclude:
# Don't run old macOS with new Xcode
- runner: macos-13
- runner: macos-14
xcode: Xcode_16
# Don't run new macOS with old Xcode
- runner: macos-15
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Tools Versions
run: ./scripts/ci_steps/log_tool_versions.sh
- name: Run CLI Unit Tests
if: ${{ matrix.destination == 'platform=macOS' && matrix.runner == 'macos-15' }}
if: ${{ matrix.destination == 'platform=macOS' }}
run: |
cd AWSSDKSwiftCLI
swift test
Expand Down

0 comments on commit 45a3bbf

Please sign in to comment.