Skip to content

Commit fb480aa

Browse files
committed
Change to macos-latest runner
1 parent 638b556 commit fb480aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest]
17+
os: [macos-latest]
1818
java: ["11"]
1919

2020
steps:

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ format:
2222
# build and run tests
2323
compile:
2424
./gradlew build
25-
# it currently runs on ubuntu (macos runner is buggy) so this won't work
26-
# sudo xcode-select --switch /Applications/Xcode_12.5.1.app && /usr/bin/xcodebuild -version
27-
# cd ./sentry-samples/kmp-app/iosApp; pod install
28-
# xcodebuild -workspace ./sentry-samples/kmp-app/iosApp/iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
25+
sudo xcode-select --switch /Applications/Xcode_12.5.1.app && /usr/bin/xcodebuild -version
26+
cd ./sentry-samples/kmp-app/iosApp; pod install
27+
xcodebuild -workspace ./sentry-samples/kmp-app/iosApp/iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
2928

3029
# We stop gradle at the end to make sure the cache folders
3130
# don't contain any lock files and are free to be cached.

0 commit comments

Comments
 (0)