Skip to content

Commit 7787a78

Browse files
authored
Merge pull request #48 from actions/kaylangan-readme-os-offered
Add section on OS's offered
2 parents 5ddbb16 + b184d70 commit 7787a78

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Please use the issue templates to submit requests and bug reports related to the
66
If you need help with how to set up your workflow file or use a specific tool,
77
check out the [GitHub Actions Community Forum](https://github.community/t5/GitHub-Actions/bd-p/actions).
88

9+
## OS's offered
10+
We currently offer Linux, macOS, and Windows virtual environments:
11+
12+
- **Linux**. We offer Ubuntu 16.04 and Ubuntu 18.04. We do not plan to offer other Linux distributions. If you want to build using other distributions with the hosted virtual environments, we suggest you use Docker. Alternatively, you can host your own VMs and make use of self-hosted runners which will be available when GitHub Actions becomes generally available on November 13, 2019.
13+
- **macOS**. We offer macOS 10.14. We will update to macOS 10.15 before GitHub Actions becomes generally available on November 13, 2019.
14+
- **Windows**. We offer Windows Server 2016 and Windows Server 2019. However, we plan to offer only Windows Server 2019 starting on November 7, 2019. We plan to add Visual Studio 2017 to the Windows Server 2019 virtual environment, but do not yet have a firm ETA.
15+
916
## Guidelines for what's installed
1017
We follow these rough guidelines when deciding what to pre-install:
1118

@@ -27,4 +34,4 @@ _Notifications_
2734

2835
Right now, we don't have a great way for you to know when updates to the images are coming.
2936
When we have the code available here, you can watch the Releases for when we generate
30-
candidate environments, and when we deploy new ones.
37+
candidate environments, and when we deploy new ones.

0 commit comments

Comments
 (0)