summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2024-01-03 18:45:02 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2024-01-03 18:51:47 +0100
commit54bb5dc7dfccbef2cf5d037d0b0932f18cb41734 (patch)
tree3ac792d8f5f554efbeb3d68efdd432088118e204
parent38f9646a1ba01423b1453d5b8fbb50c873a0d5fa (diff)
downloadmod_authnz_pam-54bb5dc7dfccbef2cf5d037d0b0932f18cb41734.tar.gz
mod_authnz_pam-54bb5dc7dfccbef2cf5d037d0b0932f18cb41734.tar.xz
mod_authnz_pam-54bb5dc7dfccbef2cf5d037d0b0932f18cb41734.zip
Update the CircleCI environment to Ubuntu 22.04.
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index eaa72ce..1d60c6b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
os:
type: string
machine:
- image: ubuntu-2004:current
+ image: ubuntu-2204:current
resource_class: arm.medium
steps:
- checkout