We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675f4e0 commit 7a8d4d8Copy full SHA for 7a8d4d8
.github/workflows/c-cpp.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-20.04, ubuntu-22.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: apt install
20
run: |
21
sudo apt-get update
.gitignore
@@ -10,3 +10,4 @@ Makefile
10
lib*.a
11
qtfm.app/
qtfm-tray.app/
+*.user
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.12)
2
include(GNUInstallDirs)
3
4
project(qtfm VERSION 6.3.0)
0 commit comments