We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281ccfd commit 62cf909Copy full SHA for 62cf909
.github/workflows/launcher-test.yml
@@ -19,8 +19,9 @@ jobs:
19
20
launcher-test-macos-jdk8:
21
22
- runs-on: macos-12 # macos-latest (now >12) no longer installs Java 8
23
- # Options at https://github.com/actions/runner-images
+ runs-on: macos-latest
+ # macos-latest (now >12) no longer installs Java 8
24
+ # Options at https://github.com/actions/runner-images
25
26
steps:
27
- run: echo "Branch ${{ github.ref }} of repository ${{ github.repository }}."
.gitignore
@@ -15,7 +15,7 @@
15
*.ipr
16
*.iml
17
*.iws
18
-.idea/*
+.idea/
# Eclipse files
.classpath
0 commit comments