Skip to content

Commit 7424d42

Browse files
committed
chore: add macOS testing job to codeql workflow
1 parent d96ceaa commit 7424d42

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ on:
2222
# - cron: '39 5 * * 0'
2323

2424
jobs:
25+
macos-test:
26+
name: Test on macOS
27+
runs-on: macos-15
28+
permissions:
29+
actions: read
30+
contents: read
31+
32+
steps:
33+
- name: Echo Hello World
34+
run: echo "Hello World"
35+
36+
2537
analyze:
2638
name: Analyze
2739
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)