Skip to content

Commit 0532109

Browse files
committed
(maint) Hardcodes macOS runner as 11 in Actions
1 parent 86048b5 commit 0532109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/presuite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize_beaker
3232
def beaker_platform
3333
{
3434
'ubuntu-20.04' => 'ubuntu2004-64a',
35-
'macos-latest' => 'osx11-64a',
35+
'macos-11' => 'osx11-64a',
3636
'windows-2016' => 'windows2016-64a',
3737
'windows-2019' => 'windows2019-64a'
3838
}[HOST_PLATFORM]

.github/workflows/acceptance_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Platform
1515
strategy:
1616
matrix:
17-
os: [ windows-2019, ubuntu-20.04, macos-latest ]
17+
os: [ windows-2019, ubuntu-20.04, macos-11 ]
1818
runs-on: ${{ matrix.os }}
1919
env:
2020
BEAKER_debug: true

0 commit comments

Comments
 (0)