We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f6555 commit 4769e18Copy full SHA for 4769e18
.github/workflows/run.yml
@@ -25,6 +25,11 @@ jobs:
25
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12476453049/job/34821297220
26
- os: 'ubuntu-latest'
27
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'
33
34
steps:
35
- uses: actions/checkout@v4
0 commit comments