Skip to content

Commit 1911f4d

Browse files
committed
GitHub Actions: add the macos-11 virtual environment.
Reference: https://github.com/actions/virtual-environments
1 parent 61ed896 commit 1911f4d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/cross-compile-android-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
14+
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11]
1515

1616
runs-on: ${{ matrix.build-machine-os }}
1717

.github/workflows/cross-compile-mingw-w64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
14+
build-machine-os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11]
1515
target: [i686-w64-mingw32,x86_64-w64-mingw32]
1616

1717
runs-on: ${{ matrix.build-machine-os }}

.github/workflows/testing-mac.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
# os: [macos-11.0, macos-10.15]
15-
os: [macos-10.15]
14+
os: [macos-11, macos-10.15]
1615
compiler: [gcc, clang]
1716

1817
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)