We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adb6cb commit 6e3754cCopy full SHA for 6e3754c
.github/workflows/ubuntu_bwrap_fix.sh
@@ -5,8 +5,8 @@
5
# see https://etbe.coker.com.au/2024/04/24/ubuntu-24-04-bubblewrap/
6
7
# But, in some cases, it seems that 'ubuntu-latest' does not always
8
-# 'resolve' to 20.04, so we do some hand waves to check for
9
-# 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
10
# trying to apply bwrap.apparmor)
11
12
# Figure out current ubuntu version
0 commit comments