Skip to content

Commit a967577

Browse files
authored
Merge pull request #31 from SethTisue/patch-1
update readme now that ubuntu-latest no longer includes sbt
2 parents fe37066 + 9cd0413 commit a967577

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,22 @@ steps:
5454
Why is this GitHub Action needed?
5555
---------------------------------
5656

57-
The runner images on GitHub Action has long included `sbt` runner script. The [initial commit on actions/runner-images](https://github.com/actions/runner-images/pull/96) contains `images/linux/scripts/installers/sbt.sh`. However, the situation has changed in May 2024 when GitHub released the runner image for `macos-13` and `macos-14`, users noticed that they were missing the `sbt` runner script.
57+
The runner images on GitHub Action had long included `sbt` runner script. The [initial commit on actions/runner-images](https://github.com/actions/runner-images/pull/96) contains `images/linux/scripts/installers/sbt.sh`
58+
59+
### May 2024
60+
61+
However, the situation has changed in May 2024 when GitHub released the runner image for `macos-13` and `macos-14`, users noticed that they were missing the `sbt` runner script.
5862

5963
[actions/runner-images#9369](https://github.com/actions/runner-images/issues/9369) and [actions/runner-images#9837](https://github.com/actions/runner-images/issues/9837) confirmed that this was intentional:
6064

6165
> Thank you for such detail request. But currently we have no plans to add `sbt` on `macOS-13`/`macOS-14`.
6266

6367
Since GitHub Actions are extensible, we thought this providing a setup action would be convenient way to enable `sbt` again on all runner images.
6468

69+
### December 2024
70+
71+
The situation changed again in December 2024 when GitHub dropped sbt from `ubuntu-latest`. So now this same action is needed for Ubuntu-based builds, too.
72+
6573
License
6674
-------
6775

0 commit comments

Comments
 (0)