We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c00e4 commit 34c973bCopy full SHA for 34c973b
.github/workflows/remote-build-android.yml
@@ -9,7 +9,7 @@ concurrency:
9
10
jobs:
11
build:
12
- runs-on: ${{ github.repository_owner == 'Expensify' && ubuntu-latest-xl || ubuntu-latest }}
+ runs-on: ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
13
strategy:
14
fail-fast: false
15
matrix:
.github/workflows/remote-build-ios.yml
@@ -11,7 +11,7 @@ concurrency:
- runs-on: ${{ github.repository_owner == 'Expensify' && macos-15-xlarge || macos-15 }}
+ runs-on: ${{ github.repository_owner == 'Expensify' && 'macos-15-xlarge' || 'macos-15' }}
16
17
0 commit comments