diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-12 19:24:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 19:24:38 +0100 |
| commit | 23dce8ba4931084813e90b5837db2c20135082fa (patch) | |
| tree | b64bfb3d8e4748704a69cbf38a0e1ab3747bdca2 /.github | |
| parent | e5e5ab2c080d0e9dc99470ec9f2ba21bdf141b80 (diff) | |
| download | external_python_setuptools-23dce8ba4931084813e90b5837db2c20135082fa.tar.gz external_python_setuptools-23dce8ba4931084813e90b5837db2c20135082fa.tar.bz2 external_python_setuptools-23dce8ba4931084813e90b5837db2c20135082fa.zip | |
Upgrade the macOS VMs to use a new supported version
This change is necessary because macOS 10.15 is now deprecated.
Ref: https://github.blog/changelog/2019-10-31-github-actions-macos-virtual-environment-is-updating-to-catalina-and-dropping-mojave-support
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index f315e6fe..71957aba 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -22,7 +22,7 @@ jobs: os: - ubuntu-18.04 - ubuntu-16.04 - - macOS-10.14 + - macOS-latest # - windows-2019 # - windows-2016 env: |
