1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Update ubuntu version in CI

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-02-17 16:20:22 -08:00
parent 24c74b3003
commit 5d298e8465

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
name: Python ${{ matrix.python-version }} (${{ matrix.group }}/10) name: Python ${{ matrix.python-version }} (${{ matrix.group }}/10)
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix: