Skip to content

Commit a92e9a5

Browse files
committed
Update from template
1 parent c15d60d commit a92e9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ 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

0 commit comments

Comments
 (0)