diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e87323..56fdbdc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,8 @@ name: CI env: # The version of sentry-native that should get built # This will need to match the tags used in the getsentry/sentry-native repo - # For example this version will use source from getsenttry/sentry-native tag "0.7.6" - sentry_native_version: "0.7.6" + # For example this version will use source from getsenttry/sentry-native tag "0.12.0" + sentry_native_version: "0.12.0" on: pull_request: