Skip to content

Commit

Permalink
Fix macos codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 14, 2024
1 parent 799e71d commit 332cd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
]
config: [Debug, Release]
include:
- name: macos-13-xcode-15-x86_64
- name: macos-13-xcode-14-x86_64
os: macos-13
compiler: xcode
version: "14.3"
architecture: x86_64

- name: macos-13-xcode-15-arm64
- name: macos-13-xcode-14-arm64
os: macos-13
compiler: xcode
version: "14.3"
Expand Down

0 comments on commit 332cd10

Please sign in to comment.