We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d47aa commit b18f382Copy full SHA for b18f382
.github/workflows/build-and-test.yml
@@ -68,6 +68,8 @@ jobs:
68
run: ./cavacore_test
69
70
build-linux-meson:
71
+ runs-on: ubuntu-latest
72
+ steps:
73
- uses: actions/checkout@v4
74
- name: Install dependencies
75
run: |
0 commit comments