Skip to content

Commit

Permalink
Merge pull request #2 from bernhardfritz/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
bernhardfritz authored Oct 6, 2023
2 parents ee40b12 + 7296c84 commit 089808d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: push
jobs:
build-OSX:
runs-on: macos-10.15
runs-on: macos-11
env:
LDFLAGS: -L/usr/local/opt/qt@5/lib
CPPFLAGS: -I/usr/local/opt/qt@5/include
Expand All @@ -26,6 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get install -y build-essential
- run: sudo apt-get install -y ninja-build
- run: make -f Makefile.linux clean
Expand Down

0 comments on commit 089808d

Please sign in to comment.