Skip to content

Commit f38d0a3

Browse files
re-declaring permissions and strategy
1 parent c7a46b0 commit f38d0a3

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@ jobs:
138138

139139

140140
analyze3:
141-
name: Analyze (${{ matrix.language }})
141+
name: build iOS
142+
timeout-minutes: 60
143+
# runs-on: macos-14
144+
env:
145+
TURBO_CACHE_DIR: .turbo/ios
146+
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
147+
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
142148
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
143149
permissions:
144150
# required for all workflows
@@ -158,14 +164,6 @@ jobs:
158164
- language: swift
159165
build-mode: autobuild
160166

161-
name: build iOS
162-
timeout-minutes: 60
163-
runs-on: macos-14
164-
env:
165-
TURBO_CACHE_DIR: .turbo/ios
166-
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
167-
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
168-
169167
steps:
170168
- name: Checkout
171169
uses: actions/checkout@v3

0 commit comments

Comments
 (0)