From 3e4f3002ffe68d573c8e5fa576bfdbe8d980afbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Fri, 26 Jan 2024 21:51:58 +0100 Subject: [PATCH] Re-enable testing on `macos-latest` runner --- .github/workflows/main.yml | 2 +- entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2208d33..f9a1d20 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -153,7 +153,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-latest, ubuntu-latest ] + os: [ macos-14, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} name: Execute on ${{ matrix.os }} runner steps: diff --git a/entrypoint.sh b/entrypoint.sh index cd49e1e..425964d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,6 @@ if [ "$INPUT_DEBUG" == "true" ]; then echo "download finished" echo "$JAVA_HOME" java -version - ls -al fi current_head=$(git rev-parse HEAD)