Cannot install machine runner on RedHat 8 - GPG error

Following the machine runner installation instructions for RPM, I get a GPG key error for version circleci-runner-3.0.25-1.x86_64. Has a key expired?

[derek@derek-cci-test ~]$ sudo yum install circleci-runner -y
Last metadata expiration check: 0:01:10 ago on Mon 21 Oct 2024 07:51:14 PM UTC.
Dependencies resolved.
================================================================================================================
 Package                     Architecture       Version               Repository                           Size
================================================================================================================
Installing:
 circleci-runner             x86_64             3.0.25-1              circleci_runner_rpm_any              18 M

Transaction Summary
================================================================================================================
Install  1 Package

Total size: 18 M
Installed size: 57 M
Downloading Packages:
[SKIPPED] circleci-runner-3.0.25-1.x86_64.rpm: Already downloaded                                              
circleci_runner_rpm_any                                                         9.4 kB/s | 3.9 kB     00:00    
GPG key at https://packagecloud.io/circleci/runner/gpgkey (0xE87AC85C) is already installed
circleci_runner_rpm_any                                                         1.8 kB/s | 717  B     00:00    
Importing GPG key 0x6555EF93:
 Userid     : "onprem-signing-key (Binary Signing Key for OnPrem) <on-prem@circleci.com>"
 Fingerprint: 32E7 3244 8044 33F3 A3E3 25F0 1318 23EB 6555 EF93
 From       : https://packagecloud.io/circleci/runner/gpgkey/circleci-runner-381BEA1EA29CD115.pub.gpg
Key import failed (code 2). Failing package is: circleci-runner-3.0.25-1.x86_64
 GPG Keys are configured as: https://packagecloud.io/circleci/runner/gpgkey, https://packagecloud.io/circleci/runner/gpgkey/circleci-runner-381BEA1EA29CD115.pub.gpg, https://packagecloud.io/circleci/runner/gpgkey/circleci-runner-9772012761ADD0CB.pub.gpg
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: GPG check FAILED

It looks like there are three signing keys and one of them expired in September. I guess it was meant to be replaced with newer one:

[root@32e5f396e7bd /]# curl -fsSL https://packagecloud.io/circleci/runner/gpgkey | gpg --show-keys --with-fingerprint
pub   rsa4096 2023-02-22 [SCEA]
      81F7 3EBF 5373 FB69 9904  EA15 8CD4 5F21 E87A C85C
uid                      https://packagecloud.io/circleci/runner (https://packagecloud.io/docs#gpg_signing) <support@packagecloud.io>
sub   rsa4096 2023-02-22 [SEA]
[root@32e5f396e7bd /]# curl -fsSL https://packagecloud.io/circleci/runner/gpgkey/circleci-runner-381BEA1EA29CD115.pub.gpg | gpg --show-keys --with-fingerprint 
pub   ed25519 2023-09-06 [SC] [expired: 2024-09-05]
      32E73244804433F3A3E325F0131823EB6555EF93
uid           onprem-signing-key (Binary Signing Key for OnPrem) <on-prem@circleci.com>
sub   cv25519 2023-09-06 [E] [expired: 2024-09-05]
[root@32e5f396e7bd /]# curl -fsSL https://packagecloud.io/circleci/runner/gpgkey/circleci-runner-9772012761ADD0CB.pub.gpg | gpg --show-keys --with-fingerprint
pub   rsa2048 2023-09-11 [SCEA] [expires: 2025-09-10]
      20EA2438FD3AAABCAA60E0D8DCC82DCE8BC87FA8
uid           CircleCI (OnPrem) <eng-on-prem@circleci.com>
sub   rsa2048 2023-09-11 [SEA] [expires: 2025-09-10]