Skip to content

Commit 7833b49

Browse files
committed
Re-enable macOS builds after runner rollback
macOS builds were disabled Nov 22 due to hashFiles regression in runner images. GitHub has rolled back to working versions. Updated comment with correct tracking issues in case problems recur.
1 parent b91342d commit 7833b49

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,19 @@ jobs:
4949
target: x86_64-unknown-linux-gnu
5050
ext: tar.gz
5151

52-
# Temporary: macOS builds disabled due to hashFiles issue on macOS runners
53-
# See: https://github.com/actions/runner/issues/3267
52+
# macOS builds were temporarily disabled Nov 2025 due to hashFiles regression.
53+
# Runner images have been rolled back. If issues recur, see:
54+
# https://github.com/actions/runner-images/issues/13341
55+
# https://github.com/actions/runner/issues/4134
5456
# macOS Intel
55-
# - os: macos-15-intel
56-
# target: x86_64-apple-darwin
57-
# ext: tar.gz
58-
59-
# macOS Apple Silicon (M1/M2/M3/M4/M5)
60-
# - os: macos-latest
61-
# target: aarch64-apple-darwin
62-
# ext: tar.gz
57+
- os: macos-13
58+
target: x86_64-apple-darwin
59+
ext: tar.gz
60+
61+
# macOS Apple Silicon
62+
- os: macos-latest
63+
target: aarch64-apple-darwin
64+
ext: tar.gz
6365

6466
# Windows x86_64
6567
- os: windows-latest

0 commit comments

Comments
 (0)