Skip to content

Commit 62cf909

Browse files
committed
Update macos CI to re-enable launcher test
1 parent 281ccfd commit 62cf909

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/launcher-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
launcher-test-macos-jdk8:
2121

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

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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*.ipr
1616
*.iml
1717
*.iws
18-
.idea/*
18+
.idea/
1919

2020
# Eclipse files
2121
.classpath

0 commit comments

Comments
 (0)