Skip to content

Commit 7a8d4d8

Browse files
committed
Update CI and CMake
1 parent 675f4e0 commit 7a8d4d8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, ubuntu-22.04]
15+
os: [ubuntu-22.04, ubuntu-24.04]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: apt install
2020
run: |
2121
sudo apt-get update

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Makefile
1010
lib*.a
1111
qtfm.app/
1212
qtfm-tray.app/
13+
*.user

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.12)
22
include(GNUInstallDirs)
33

44
project(qtfm VERSION 6.3.0)

0 commit comments

Comments
 (0)