Hi,
I just installed CCS version 11.0.0.00012 on macOS 11.6.1.
I loaded the example blinky project for the EK-TM4C123GXL luanchpad board. I can build and run the project correctly. However, I noticed a bug in the debug disassembly view.
When the debugger stops at the breakpoint at the beginning of main it correctly displays the code as shown below:

But, when I scroll the disassembly view, the instruction columns move up or down, but the green address column remains fixed. The screenshot below is what is displayed after scrolling the instructions up a few lines.

The instructions are now displayed beside the wrong addresses (which have remained fixed). If I scroll further the address column does change, but it does not realign with the instructions. Clicking on the "house" icon resets the display to show the current PC, and realigns the instruction and address columns.
This behavior is different than I see using the same version of CCS 11 running on a Windows 10 PC which always keeps the address and instruction columns aligned when scrolling.