We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e7634 commit b73a77aCopy full SHA for b73a77a
.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: CI
2
on: [push, pull_request]
3
jobs:
4
check:
5
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
6
container:
7
- image: librepcb/librepcb-cli:1.0.0-rc1
+ image: librepcb/librepcb-cli:2.0.0-rc1
8
options: --entrypoint /bin/bash
9
steps:
10
- uses: actions/checkout@v1
0 commit comments