Skip to content

Commit 2b960be

Browse files
committed
Use macos runner for releasing iOS artifacts
1 parent d19228b commit 2b960be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
build-job:
7-
runs-on: ubuntu-latest # enables hardware acceleration in the virtual machine
7+
runs-on: macos-latest
88
timeout-minutes: 30
99

1010
permissions:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
allprojects {
12-
version = "0.0.1"
12+
version = "0.0.2"
1313
}
1414

1515
moduleGraphConfig {

0 commit comments

Comments
 (0)