CI: Bump macOS version to 11

This commit is contained in:
Jonas Kvinge 2022-12-29 20:14:14 +01:00
parent 6368d507e1
commit fd14d044e3
1 changed files with 3 additions and 3 deletions

View File

@ -486,17 +486,17 @@ jobs:
build-macos: build-macos:
name: Build macOS name: Build macOS
runs-on: macos-10.15 runs-on: macos-11
steps: steps:
- name: Remove packages - name: Remove packages
run: brew remove aliyun-cli ant aws-sam-cli azure-cli bazelisk bicep composer geckodriver ghostscript go@1.17 helm httpd imagemagick kotlin maven mongodb-community@5.0 mongodb-database-tools mongosh nginx node@16 php postgresql@14 ruby@2.7 rustup-init sbt selenium-server swiftformat switchaudio-osx chromedriver firefox google-chrome graalvm-ce-java11 julia microsoft-edge r session-manager-plugin vagrant run: brew remove aliyun-cli ant aws-sam-cli azure-cli bazelisk bicep composer geckodriver ghostscript go@1.17 helm httpd imagemagick kotlin maven mongodb-community@5.0 mongodb-database-tools mongosh nginx node@16 php postgresql@14 ruby@2.7 rustup-init sbt selenium-server swiftformat switchaudio-osx chromedriver firefox google-chrome graalvm-ce-java11 julia microsoft-edge r session-manager-plugin
- name: Update packages - name: Update packages
run: brew update run: brew update
- name: Upgrade packages - name: Upgrade packages
run: brew upgrade run: brew upgrade || true
- name: Install packages - name: Install packages
run: | run: |