Skip to content

Commit

Permalink
Bump macOS CI version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jul 1, 2022
1 parent d072e3a commit 4da18a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/actions/vagrant-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ runs:
find . -type f -iname "*sh" -exec sed -i '.bak' 's|http://bit.ly/install_pkg|https://raw.githubusercontent.com/electrocucaracha/pkg-mgr_scripts/master/install.sh|g' {} \;
find . -type f -iname "*sh" -exec sed -i '.bak' 's|http://bit.ly/install_bin|https://raw.githubusercontent.com/electrocucaracha/pkg-mgr_scripts/master/bindep_install.sh|g' {} \;
find . -type f -name "*.bak" -delete
- name: Install vagrant tool
shell: bash
run: brew install vagrant
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
image: glance
- distro: debian
image: neutron
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/vagrant-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
distro: [ubuntu, centos, debian]
runs-on: macos-10.15
runs-on: macos-12
if: >-
(
github.event_name == 'pull_request_review' &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_noha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
jobs:
check-noha-ubuntu:
name: Check No High Availability deployment on Ubuntu Focal Virtual Machines
runs-on: macos-10.15
runs-on: macos-12
if: >-
(
github.event_name == 'pull_request_review' &&
Expand Down

0 comments on commit 4da18a5

Please sign in to comment.