From 241329325d0c5dc31732971f616aa3b1049f2d9b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 29 Jan 2025 20:10:19 +0100 Subject: [PATCH] Update ci.yml - 22.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb63ea983..8661309f8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ on: jobs: activate: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: | github.repository == 'IfcOpenShell/IfcOpenShell' && !contains(github.event.head_commit.message, 'skip ci') @@ -32,7 +32,7 @@ jobs: - run: echo ok go build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: activate steps: - uses: actions/checkout@v4