Skip to content

Commit

Permalink
Reenable day 23 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 31, 2024
1 parent 791d939 commit 243321c
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', '22', '24', '25']
day: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25']
exclude:
# TODO: Investigate how we could build this with GNUStep
- os: 'ubuntu-latest'
Expand Down

0 comments on commit 243321c

Please sign in to comment.