From 046ef8ce947e4b800d77a40880833bc3d49f0689 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 24 Sep 2023 13:19:59 -0400 Subject: [PATCH 1/2] bump irctest --- irctest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest b/irctest index c3aa97c4..17c7cced 160000 --- a/irctest +++ b/irctest @@ -1 +1 @@ -Subproject commit c3aa97c42826b1cc44f99ba6d37585486d78f458 +Subproject commit 17c7ccede919012ae7100b56ac9311500115b046 From 70a98ac2f1fe9af6df450e25d6ac133e44079b91 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 24 Sep 2023 13:22:46 -0400 Subject: [PATCH 2/2] upgrade CI image to jammy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c3d8bde..97442725 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" steps: - name: "checkout repository" uses: "actions/checkout@v3"