Skip to content

Commit 4533ee6

Browse files
committed
Update from template
1 parent aab9d42 commit 4533ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
check:
5-
runs-on: ubuntu-22.04
5+
runs-on: ubuntu-24.04
66
container:
7-
image: librepcb/librepcb-cli:1.0.0-rc1
7+
image: librepcb/librepcb-cli:2.0.0-rc1
88
options: --entrypoint /bin/bash
99
steps:
1010
- uses: actions/checkout@v1
11-
- run: librepcb-cli open-library --all --strict --minify-step .
11+
- run: librepcb-cli open-library --all --strict --check --minify-step .

0 commit comments

Comments
 (0)