Skip to content

Commit d9e1d72

Browse files
committed
Pin launcher tests to MacOS 12 for Java 8
1 parent f3d8684 commit d9e1d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/launcher-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919

2020
launcher-test-macos-jdk8:
2121

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

2425
steps:
2526
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."

0 commit comments

Comments
 (0)