Skip to content

Commit c008180

Browse files
authored
Merge pull request #110 from jakub-nt/patch-1
Bump Ubuntu version in workflow
2 parents 1a2200c + bdda7ef commit c008180

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
jobs:
88
unit_tests:
99
name: Run Unit Tests
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
submodules: recursive
1515
- name: Install dependencies
16-
run: sudo apt-get update -y && sudo apt-get install -y python
16+
run: sudo apt-get update -y && sudo apt-get install -y python3
1717
- name: Install cfbs
1818
run: pip install cfbs
1919
- name: Check the status with cfbs

0 commit comments

Comments
 (0)