Skip to content

Commit

Permalink
Revert ios gradle task being architecture specific for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Jun 11, 2024
1 parent 8690f94 commit 6a95fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
uses: ./.github/workflows/setup_macos.yaml
with:
gradleTask: compileKotlinIos${{ runner.arch == 'X86' && 'X86' || runner.arch == 'X64' && 'x86_64' || runner.arch == 'ARM' && 'SimulatorArm32' || 'SimulatorArm64' }}
gradleTask: compileKotlinIosSimulatorArm64

lint:
needs: build
Expand Down

0 comments on commit 6a95fe1

Please sign in to comment.