Skip to content

Commit

Permalink
Include additional information about "Advanced" when using GitHub lar…
Browse files Browse the repository at this point in the history
…ger hosted runner offerings, such as on billing reports (#52089)

Co-authored-by: Siara <[email protected]>
Co-authored-by: Chris Gaudette <[email protected]>
Co-authored-by: Larissa Fortuna <[email protected]>
  • Loading branch information
4 people authored Aug 26, 2024
1 parent c8c4ea2 commit ff0044f
Showing 1 changed file with 22 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@ Minutes reset every month, while storage usage does not.

### Included storage and minutes

{% note %}

**Notes**:

* Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repositories. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)."
* Logs and job summaries do not count towards storage usage.

{% endnote %}
> [!NOTE]
> * Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repositories. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)."
> * Logs and job summaries do not count towards storage usage.
|Plan | Storage | Minutes (per month)|
|------- | ------- | ---------|
Expand All @@ -69,11 +64,8 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna
| Windows | 2 |
| macOS | 10 |

{% note %}

**Note:** Minute multipliers do not apply to the per-minute rates shown below.

{% endnote %}
> [!NOTE]
> Minute multipliers do not apply to the per-minute rates shown below.
### Per-minute rates

Expand All @@ -87,21 +79,21 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna

#### Per-minute rates for x64-powered {% data variables.actions.hosted_runners %}

| Operating system | Per-minute rate (USD) |
|---------------------| -----------|
| Linux 2-core | $0.008 |
| Linux 4-core | $0.016 |
| Linux 8-core | $0.032 |
| Linux 16-core | $0.064 |
| Linux 32-core | $0.128 |
| Linux 64-core | $0.256 |
| Windows 4-core | $0.032 |
| Windows 8-core | $0.064 |
| Windows 16-core | $0.128 |
| Windows 32-core | $0.256 |
| Windows 64-core | $0.512 |
| Windows 4-core GPU | $0.14 |
| macOS 12-core | $0.12 |
| Operating system | Per-minute rate (USD) |
|------------------------| ----------------------|
| Linux Advanced 2-core | $0.008 |
| Linux 4-core | $0.016 |
| Linux 8-core | $0.032 |
| Linux 16-core | $0.064 |
| Linux 32-core | $0.128 |
| Linux 64-core | $0.256 |
| Windows 4-core | $0.032 |
| Windows 8-core | $0.064 |
| Windows 16-core | $0.128 |
| Windows 32-core | $0.256 |
| Windows 64-core | $0.512 |
| Windows 4-core GPU | $0.14 |
| macOS 12-core | $0.12 |

#### Per-minute rates for arm64-powered {% data variables.actions.hosted_runners %}

Expand Down Expand Up @@ -156,11 +148,8 @@ For example, if your organization uses {% data variables.product.prodname_team %

### Sample storage cost calculation

{% note %}

**Note:** {% data variables.product.company_short %} updates your storage space within a 6 to 12-hour window. If you delete artifacts, the available space will be reflected in your account during the next scheduled update.

{% endnote %}
> [!NOTE]
> {% data variables.product.company_short %} updates your storage space within a 6 to 12-hour window. If you delete artifacts, the available space will be reflected in your account during the next scheduled update.
For example, if you use 3 GB of storage for 10 days of March and 12 GB for 21 days of March, your storage usage would be:

Expand Down

0 comments on commit ff0044f

Please sign in to comment.