Skip to content

Commit 34c973b

Browse files
committed
Wrap runners in quotes
1 parent d7c00e4 commit 34c973b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/remote-build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
build:
12-
runs-on: ${{ github.repository_owner == 'Expensify' && ubuntu-latest-xl || ubuntu-latest }}
12+
runs-on: ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
1313
strategy:
1414
fail-fast: false
1515
matrix:

.github/workflows/remote-build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build:
14-
runs-on: ${{ github.repository_owner == 'Expensify' && macos-15-xlarge || macos-15 }}
14+
runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }}
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)