From 9c638989c371e22174c5a939ab0e2f15a4d7015b Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 4 Jun 2023 16:11:13 +0200 Subject: ci: remove redundant run with 22.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa42e3b..7723600 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-22.04, macos-latest, macos-12] + os: [ubuntu-latest, macos-latest, macos-12] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 -- cgit v1.2.3