Skip to content

Commit

Permalink
fix(ci): replace deprecated macos-10.15 with macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jul 21, 2022
1 parent 50708ab commit 112bbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
artifacts_path: build/*.deb
artifacts_slug: ubuntu-focal
qt_qpa_platform: offscreen
- name: macOS 10.15
os: macos-10.15
- name: macOS 11
os: macos-11
cmake_args: >-
-DBULK=ON
-DCOREAUDIO=ON
Expand Down

0 comments on commit 112bbb4

Please sign in to comment.