Skip to content

Commit f84f3e0

Browse files
committed
(#430) Connect the issue with a TODO
1 parent 96f2f36 commit f84f3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 9.0.x
35-
- if: runner.os != 'macOS' # TODO: Re-enable this back after https://github.com/actions/runner-images/issues/13341
36-
# is resolved.
35+
- if: runner.os != 'macOS' # TODO[#430]: Re-enable this back after https://github.com/actions/runner-images/issues/13341
36+
# is resolved.
3737
name: NuGet cache
3838
uses: actions/cache@v4
3939
with:

0 commit comments

Comments
 (0)