Skip to content

Commit

Permalink
Disable day 23 CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 25, 2024
1 parent cbb34bf commit 716fb0b
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', '23', '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', '24', '25']
exclude:
# TODO: Investigate how we could build this with GNUStep
- os: 'ubuntu-latest'
Expand Down

0 comments on commit 716fb0b

Please sign in to comment.