Skip to content

Commit

Permalink
exactly this is the reason why we have to quote strings :)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 15, 2023
1 parent 12719ca commit b2d04c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
os:
- "ubuntu-latest"
- "macos-latest"
- [ self-hosted Linux ARM64 ]
- [ self-hosted Linux X86 ]
- [ "self-hosted", "Linux", "ARM64" ]
- [ "self-hosted", "Linux", "X86" ]

steps:
- name: "Checkout"
Expand Down Expand Up @@ -68,8 +68,8 @@ jobs:
os:
- "ubuntu-latest"
- "macos-latest"
- [ self-hosted Linux ARM64 ]
- [ self-hosted Linux X86 ]
- [ "self-hosted", "Linux", "ARM64" ]
- [ "self-hosted", "Linux", "X86" ]
# TODO: test with different flox versions
#flox-version:
# - stable
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
os:
- "ubuntu-latest"
- "macos-latest"
- [ self-hosted Linux ARM64 ]
- [ self-hosted Linux X86 ]
- [ "self-hosted", "Linux", "ARM64" ]
- [ "self-hosted", "Linux", "X86" ]
# TODO: test with different flox versions
#flox-version:
# - stable
Expand Down

0 comments on commit b2d04c8

Please sign in to comment.