Skip to content

Commit

Permalink
Re-enable testing on macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Mar 7, 2024
1 parent c05abb0 commit 3e4f300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3e4f300

Please sign in to comment.