3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

upgrade CI image to jammy

This commit is contained in:
Shivaram Lingamneni 2023-09-24 13:22:46 -04:00
parent 046ef8ce94
commit 70a98ac2f1

View File

@ -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"