diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a72860b..dab7b9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: strategy: matrix: - os: [macOS-12, ubuntu-latest] + os: [macOS-latest, ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/test_genomicsdbjar.sh b/test_genomicsdbjar.sh index 159036f..41e7a11 100755 --- a/test_genomicsdbjar.sh +++ b/test_genomicsdbjar.sh @@ -14,7 +14,7 @@ if [ -z "$GENOMICSDB_VERSION" ]; then export GENOMICSB_REPOSITORY_VERSION=1.5.2-SNAPSHOT export MAVEN_REPOSITORY=https://oss.sonatype.org/content/repositories/snapshots/org/genomicsdb/genomicsdb/${GENOMICSB_REPOSITORY_VERSION} else - export GENOMICSDB_VERSION=1.5.3 + export GENOMICSDB_VERSION=1.5.5 #export MAVEN_REPOSITORY=https://oss.sonatype.org/content/repositories/staging/org/genomicsdb/genomicsdb/${GENOMICSDB_VERSION} export MAVEN_REPOSITORY=https://repo1.maven.org/maven2/org/genomicsdb/genomicsdb/${GENOMICSDB_VERSION} fi