Skip to content

Commit

Permalink
Pin launcher tests to MacOS 12 for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed May 4, 2024
1 parent f3d8684 commit d9e1d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/launcher-test.yml
Expand Up @@ -19,7 +19,8 @@ jobs:

launcher-test-macos-jdk8:

runs-on: macos-latest
runs-on: macos-12 # macos-latest (now >12) no longer installs Java 8
# Options at https://github.com/actions/runner-images

steps:
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."
Expand Down

0 comments on commit d9e1d72

Please sign in to comment.