Skip to content

Commit 4769e18

Browse files
committed
Disable macOS CI for day 25 to avoid building Swift
1 parent e1f6555 commit 4769e18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12476453049/job/34821297220
2626
- os: 'ubuntu-latest'
2727
day: '22'
28+
# TODO: This currently requires building the Swift compiler from scratch on (arm64) macOS,
29+
# so we'll disable it to save time
30+
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12486410752/job/34846445144
31+
- os: 'macos-latest'
32+
day: '25'
2833

2934
steps:
3035
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)