Skip to content

Commit

Permalink
fix: don't report provenance info from macos (not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 31, 2023
1 parent 7e68d35 commit 4525925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
coverage: true
gvm: ${{ vars.GVM_VERSION }}
java: ${{ vars.JVM_VERSION }}
provenance: true
provenance: false
- runner: windows-latest-8-cores
flags: "--no-configuration-cache"
os: "windows"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A Kotlin Multiplatform UUID

[![Maven Central](https://img.shields.io/maven-central/v/dev.elide/elide-uuid.svg?label=mavenCentral%28%29)](https://search.maven.org/artifact/dev.elide/elide-uuid)
[![Maven Central](https://img.shields.io/maven-central/v/dev.elide/elide-uuid.svg?label=Maven%20Central)](https://search.maven.org/artifact/dev.elide/elide-uuid)
[![CI](https://github.com/elide-dev/uuid/actions/workflows/pr.yml/badge.svg)](https://github.com/elide-dev/uuid/actions/workflows/pr.yml)
[![Elide](https://elide.dev/shield)](https://elide.dev)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
Expand Down

0 comments on commit 4525925

Please sign in to comment.