Skip to content

Commit 47fd3fb

Browse files
committed
Error in workflow file.
Trying to use ubuntu-24.04 as a target but that might be throwing an error. This is a test to see if removing that fixes the issue
1 parent 9aefbef commit 47fd3fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
# First we test all OSes in the default configuration.
1919
target:
2020
- ubuntu-20.04
21-
- ubuntu-22.04
22-
- ubuntu-24.04
21+
- ubuntu-22.04
2322
- macos-11
2423
- macos-12
2524
- macos-13

0 commit comments

Comments
 (0)