Skip to content

Commit

Permalink
Fix duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 31, 2024
1 parent 402c9b0 commit 1aa8641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- main

jobs:
test:
macos13_test:
name: Test
runs-on: macOS-13
env:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Test
run: set -o pipefail && xcodebuild -scheme XCLint-Package -destination "platform=macOS" test | xcbeautify

test:
macos14_test:
name: Test macOS 14
runs-on: macOS-14
env:
Expand Down

0 comments on commit 1aa8641

Please sign in to comment.