Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 15, 2023
1 parent f99750b commit 920cffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12, macos-13]
os: [ macos-13] #macos-11, macos-12,
build_type: [Release]
c_compiler: [gcc, clang]
c_compiler: [clang] #gcc,

steps:
- name: Checkout
- name: Checkout source
uses: actions/checkout@v3

- name: Install Qt
Expand Down

0 comments on commit 920cffa

Please sign in to comment.