We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb77fa commit 22cc2dcCopy full SHA for 22cc2dc
.github/workflows/run.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: ['ubuntu-latest', 'macos-latest']
14
- day: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
+ day: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21']
15
exclude:
16
# TODO: Investigate why building Zig on macOS fails
17
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12202208638/job/34042374507
0 commit comments