Skip to content

Commit

Permalink
Add day 22 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Dec 24, 2024
1 parent 01c36e2 commit cc23716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
day: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21']
day: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22']
exclude:
# TODO: Investigate why building Zig on macOS fails
# https://github.com/fwcd/advent-of-code-2024/actions/runs/12202208638/job/34042374507
Expand Down

0 comments on commit cc23716

Please sign in to comment.