mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Update ci.yml - 22.04
This commit is contained in:
@@ -24,7 +24,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
activate:
|
activate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'IfcOpenShell/IfcOpenShell' &&
|
github.repository == 'IfcOpenShell/IfcOpenShell' &&
|
||||||
!contains(github.event.head_commit.message, 'skip ci')
|
!contains(github.event.head_commit.message, 'skip ci')
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- run: echo ok go
|
- run: echo ok go
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: activate
|
needs: activate
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user