Skip to content

Commit 260144b

Browse files
Phase 2: Update relevant content for 1 Jan price change (#59016)
1 parent dad4643 commit 260144b

File tree

3 files changed

+45
-48
lines changed

3 files changed

+45
-48
lines changed

content/billing/concepts/product-billing/github-actions.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,11 @@ For full details of minute costs for different types of runners, see [AUTOTITLE]
130130

131131
### Example minutes cost calculation for {% data variables.product.github %}-hosted runners
132132

133-
For example, if your organization uses {% data variables.product.prodname_team %}, using 5,000 minutes beyond the included quota on {% data variables.product.github %}-hosted runners would have a total actions minutes cost of $56 USD currently, if you used baseline Linux and Windows runners.
133+
For example, if your organization uses {% data variables.product.prodname_team %}, using 5,000 minutes beyond the included quota on {% data variables.product.github %}-hosted runners would have a total actions minutes cost of $38 USD currently, if you used baseline Linux and Windows runners.
134134

135-
* 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 USD ($24 USD + $32 USD).
136-
* 3,000 Linux minutes at $0.008 USD per minute = $24 USD.
137-
* 2,000 Windows minutes at $0.016 USD per minute = $32 USD.
138-
139-
>[!TIP]
140-
> The cost for these runners will reduce from January 1, 2026.
135+
* 5,000 (3,000 Linux and 2,000 Windows) minutes = $38 USD ($18 USD + $20 USD).
136+
* 3,000 Linux minutes at $0.006 USD per minute = $18 USD.
137+
* 2,000 Windows minutes at $0.010 USD per minute = $20 USD.
141138

142139
### Example artifact storage cost calculation
143140

content/billing/reference/actions-runner-pricing.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,47 @@ redirect_from:
2020

2121
## x64-powered {% data variables.actions.hosted_runners %}
2222

23-
| Operating system | Billing SKU | Per-minute rate until January 1, 2026 (USD) | January 1, 2026 onward | Percentage change |
24-
| --------------------- | -------------------------- | ----------------- |---------------|------|
25-
| Linux Advanced 2-core | `linux_2_core_advanced` | $0.008 | $0.006 | -25% |
26-
| Linux 4-core | `linux_4_core` | $0.016 | $0.012 | -25% |
27-
| Linux 8-core | `linux_8_core` | $0.032 | $0.022 | -31% |
28-
| Linux 16-core | `linux_16_core` | $0.064 | $0.042 | -34% |
29-
| Linux 32-core | `linux_32_core` | $0.128 | $0.082 | -36% |
30-
| Linux 64-core | `linux_64_core` | $0.256 | $0.162 | -37% |
31-
| Linux 96-core | `linux_96_core` | $0.384 | $0.252 | -34% |
32-
| Windows 4-core | `windows_4_core` | $0.032 | $0.022 | -31% |
33-
| Windows 8-core | `windows_8_core` | $0.064 | $0.042 | -34% |
34-
| Windows 16-core | `windows_16_core` | $0.128 | $0.082 | -36% |
35-
| Windows 32-core | `windows_32_core` | $0.256 | $0.162 | -37% |
36-
| Windows 64-core | `windows_64_core` | $0.512 | $0.322 | -37% |
37-
| Windows 96-core | `windows_96_core` | $0.768 | $0.552 | -28% |
38-
| macOS 12-core | `macos_l` | $0.120 | $0.077 | -36% |
23+
| Operating system | Billing SKU | Per-minute rate (USD) |
24+
| --------------------- | -------------------------- | --------------------- |
25+
| Linux Advanced 2-core | `linux_2_core_advanced` | $0.006 |
26+
| Linux 4-core | `linux_4_core` | $0.012 |
27+
| Linux 8-core | `linux_8_core` | $0.022 |
28+
| Linux 16-core | `linux_16_core` | $0.042 |
29+
| Linux 32-core | `linux_32_core` | $0.082 |
30+
| Linux 64-core | `linux_64_core` | $0.162 |
31+
| Linux 96-core | `linux_96_core` | $0.252 |
32+
| Windows 4-core | `windows_4_core` | $0.022 |
33+
| Windows 8-core | `windows_8_core` | $0.042 |
34+
| Windows 16-core | `windows_16_core` | $0.082 |
35+
| Windows 32-core | `windows_32_core` | $0.162 |
36+
| Windows 64-core | `windows_64_core` | $0.322 |
37+
| Windows 96-core | `windows_96_core` | $0.552 |
38+
| macOS 12-core | `macos_l` | $0.077 |
3939

4040
## arm64-powered {% data variables.actions.hosted_runners %}
4141

42-
| Operating system | Billing SKU | Per-minute rate until January 1, 2026 (USD) | January 1, 2026 onward | Percentage change |
43-
| --------------------- | --------------------- | ----------------- |---------------|------|
44-
| Linux 2-core | `linux_2_core_arm` | $0.005 | $0.005 |     0% |
45-
| Linux 4-core | `linux_4_core_arm` | $0.010 | $0.008 | -20% |
46-
| Linux 8-core | `linux_8_core_arm` | $0.020 | $0.014 | -30% |
47-
| Linux 16-core | `linux_16_core_arm` | $0.040 | $0.026 | -35% |
48-
| Linux 32-core | `linux_32_core_arm` | $0.080 | $0.050 | -38% |
49-
| Linux 64-core | `linux_64_core_arm` | $0.160 | $0.098 | -39% |
50-
| Windows 2-core | `windows_2_core_arm` | $0.010 | $0.008 | -20% |
51-
| Windows 4-core | `windows_4_core_arm` | $0.020 | $0.014 | -30% |
52-
| Windows 8-core | `windows_8_core_arm` | $0.040 | $0.026 | -35% |
53-
| Windows 16-core | `windows_16_core_arm` | $0.080 | $0.050 | -38% |
54-
| Windows 32-core | `windows_32_core_arm` | $0.160 | $0.098 | -39% |
55-
| Windows 64-core | `windows_64_core_arm` | $0.320 | $0.194 | -39% |
56-
| macOS 5-core (M2 Pro) | `macos_xl` | $0.160 | $0.102 | -36% |
42+
| Operating system | Billing SKU | Per-minute rate (USD) |
43+
| --------------------- | --------------------- | --------------------- |
44+
| Linux 2-core | `linux_2_core_arm` | $0.005 |
45+
| Linux 4-core | `linux_4_core_arm` | $0.008 |
46+
| Linux 8-core | `linux_8_core_arm` | $0.014 |
47+
| Linux 16-core | `linux_16_core_arm` | $0.026 |
48+
| Linux 32-core | `linux_32_core_arm` | $0.050 |
49+
| Linux 64-core | `linux_64_core_arm` | $0.098 |
50+
| Windows 2-core | `windows_2_core_arm` | $0.008 |
51+
| Windows 4-core | `windows_4_core_arm` | $0.014 |
52+
| Windows 8-core | `windows_8_core_arm` | $0.026 |
53+
| Windows 16-core | `windows_16_core_arm` | $0.050 |
54+
| Windows 32-core | `windows_32_core_arm` | $0.098 |
55+
| Windows 64-core | `windows_64_core_arm` | $0.194 |
56+
| macOS 5-core (M2 Pro) | `macos_xl` | $0.102 |
5757

5858
## GPU-powered {% data variables.actions.hosted_runners %}
5959

60-
| Operating system | Billing SKU | Per-minute rate until January 1, 2026 (USD) | January 1, 2026 onward | Percentage change |
61-
| ------------------ | ------------------------ | ------------- |------------|------|
62-
| Linux 4-core | `linux_4_core_gpu` | $0.070 | $0.052 | -26% |
63-
| Windows 4-core | `windows_4_core_gpu` | $0.14 | $0.102 | -27% |
60+
| Operating system | Billing SKU | Per-minute rate (USD) |
61+
| ------------------ | ---------------------| ----------------------|
62+
| Linux 4-core | `linux_4_core_gpu` | $0.052 |
63+
| Windows 4-core | `windows_4_core_gpu` | $0.102 |
6464

6565
## Points to note about rates for runners
6666

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
| Operating system | Billing SKU | Per-minute rate until January 1, 2026 (USD) | January 1, 2026 onward | Percentage change |
2-
| ------------------------------------ | -------------|----------------- |---------------|--------|
3-
| Linux 1-core | `linux_slim` | $0.002 | $0.002 |     0% |
4-
| Linux 2-core | `linux` | $0.008 | $0.006 | -25% |
5-
| Windows 2-core | `windows` | $0.016 | $0.010 | -38% |
6-
| macOS 3-core or 4-core (M1 or Intel) | `macos` | $0.080 | $0.062 | -23% |
1+
| Operating system | Billing SKU | Per-minute rate (USD) |
2+
| ------------------------------------ | -------------| ----------------------|
3+
| Linux 1-core | `linux_slim` | $0.002 |
4+
| Linux 2-core | `linux` | $0.006 |
5+
| Windows 2-core | `windows` | $0.010 |
6+
| macOS 3-core or 4-core (M1 or Intel) | `macos` | $0.062 |

0 commit comments

Comments
 (0)