From 6e3754ce6a125c7525d770962c08392b5f8fcf7b Mon Sep 17 00:00:00 2001 From: Matthew Draper Date: Wed, 1 Jan 2025 11:47:25 -0800 Subject: [PATCH] fix typos in ubuntu_bwrap_fix.sh --- .github/workflows/ubuntu_bwrap_fix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_bwrap_fix.sh b/.github/workflows/ubuntu_bwrap_fix.sh index aaebe679..c3fcece5 100644 --- a/.github/workflows/ubuntu_bwrap_fix.sh +++ b/.github/workflows/ubuntu_bwrap_fix.sh @@ -5,8 +5,8 @@ # see https://etbe.coker.com.au/2024/04/24/ubuntu-24-04-bubblewrap/ # But, in some cases, it seems that 'ubuntu-latest' does not always -# 'resolve' to 20.04, so we do some hand waves to check for -# os version >= 20.04 (otherwise the build can die when +# 'resolve' to 24.04, so we do some hand waves to check for +# os version >= 24.04 (otherwise the build can die when # trying to apply bwrap.apparmor) # Figure out current ubuntu version