We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5220e72 commit 19f41d4Copy full SHA for 19f41d4
.github/workflows/c-cpp.yml
@@ -10,7 +10,9 @@ jobs:
10
build-amd64:
11
name: Build and run tests on Linux amd64
12
runs-on: ubuntu-22.04
13
-
+ permissions:
14
+ contents: read
15
+ pull-requests: read
16
steps:
17
- uses: actions/checkout@v4
18
with:
@@ -35,6 +37,9 @@ jobs:
35
37
build-macos-M1:
36
38
name: Build and run tests on MacOS M1 (ARM64)
39
runs-on: macos-14
40
41
42
43
44
45
@@ -56,6 +61,9 @@ jobs:
56
61
build-windows:
57
62
name: Build and run tests on Windows
58
63
runs-on: windows-2019
64
65
66
59
67
60
68
69
0 commit comments