Skip to content

Commit

Permalink
Quote variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmakbarlow committed Jan 15, 2025
1 parent de9a38b commit 22800cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
strategy:
matrix:
combination:
- xcode: $(XCODE_15_VERSION)
- xcode: "$(XCODE_15_VERSION)"
variation: ios
os_version: $(XCODE_15_VERSION_IOS)
- xcode: $(XCODE_16_VERSION)
os_version: "$(XCODE_15_VERSION_IOS)"
- xcode: "$(XCODE_16_VERSION)"
variation: ios
os_version: $(XCODE_16_VERSION_IOS)
os_version: "$(XCODE_16_VERSION_IOS)"

- xcode: $(XCODE_15_VERSION)
variation: tvos
Expand Down

0 comments on commit 22800cb

Please sign in to comment.