Skip to content

Commit

Permalink
CI: switch to macos-latest, not macos-11
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <[email protected]>
  • Loading branch information
thiagomacieira committed May 2, 2024
1 parent 00cd36d commit c0b96e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
}
]
include:
- os: macos-11
- os: macos-latest
build_cfg: { "name": "clang",
"flags":
'{ "QMAKESPEC": "macx-clang",
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
qtbase5-dev
- name: install macOS software
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-latest'
run: |
# Doxygen 1.9.7 is broken with ifdefs again, install 1.9.4 which works.
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/41828ee36b96e35b63b2a4c8cfc2df2c3728944a/Formula/doxygen.rb
Expand All @@ -113,7 +113,7 @@ jobs:
# Valgrind takes a long time to build, so put in a separate step
# to make it easy to disable.
- name: install macOS valgrind
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-latest'
run: |
# 3 cores on CI runners, so use make -j6 for homebrew.
export HOMEBREW_MAKE_JOBS=6
Expand Down

0 comments on commit c0b96e5

Please sign in to comment.