We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a2200c + bdda7ef commit c008180Copy full SHA for c008180
1 file changed
.github/workflows/ci.yml
@@ -7,13 +7,13 @@ on:
7
jobs:
8
unit_tests:
9
name: Run Unit Tests
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
with:
14
submodules: recursive
15
- name: Install dependencies
16
- run: sudo apt-get update -y && sudo apt-get install -y python
+ run: sudo apt-get update -y && sudo apt-get install -y python3
17
- name: Install cfbs
18
run: pip install cfbs
19
- name: Check the status with cfbs
0 commit comments