Skip to content

Commit

Permalink
Merge pull request #2676 from mhashizume/maint/main/macos-gha
Browse files Browse the repository at this point in the history
Update macOS GitHub Actions runner
  • Loading branch information
joshcooper authored Jan 31, 2024
2 parents 939c664 + 8a05cb9 commit c483c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/presuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def initialize_beaker
def beaker_platform
{
'ubuntu-20.04' => 'ubuntu2004-64a',
'macos-11' => 'osx11-64a',
'macos-12' => 'osx12-64a',
'windows-2016' => 'windows2016-64a',
'windows-2019' => 'windows2019-64a'
}[HOST_PLATFORM]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Platform
strategy:
matrix:
os: [ windows-2019, ubuntu-20.04, macos-11 ]
os: [ windows-2019, ubuntu-20.04, macos-12 ]
runs-on: ${{ matrix.os }}
env:
BEAKER_debug: true
Expand Down

0 comments on commit c483c51

Please sign in to comment.