Skip to content

Commit

Permalink
Fixes #4296 - Add macos-latest to pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Nov 27, 2024
1 parent 472cb37 commit ec539cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 93 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
java: [ 21 ]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout Sources
uses: actions/checkout@v4
Expand Down

0 comments on commit ec539cc

Please sign in to comment.