You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Build test for ${{ matrix.version }} on ${{ matrix.os }}
58
65
timeout-minutes: 10
59
66
run: |
60
-
case "${{ matrix.os }}" in
61
-
("ubuntu:24.04")
62
-
fortify_level=3
63
-
;;
64
-
("ubuntu:22.04"|"ubuntu:20.04")
65
-
fortify_level=2
66
-
;;
67
-
(*)
68
-
echo "${{ matrix.os }} is unsupported yet. Please find the default fortify_level in /usr/share/perl5/Dpkg/Vendor/Ubuntu.pm or /usr/share/perl5/Dpkg/Vendor/Debian.pm."
0 commit comments