Skip to content

Commit 1c2727f

Browse files
committed
Update runs-on target
1 parent b5d181a commit 1c2727f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: ${{ format('{0} {1} {2}', matrix.CXX, matrix.CONFIG, matrix.TYPE) }}
11-
runs-on: [self-hosted, macOS]
11+
runs-on: macos-11
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)