mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-11 13:35:24 +00:00
Specific version of macOS.
This commit is contained in:
parent
2e22df60fe
commit
2bd76058e9
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -53,9 +53,9 @@ jobs:
|
|||||||
- "3.11"
|
- "3.11"
|
||||||
include:
|
include:
|
||||||
# On macOS don't bother with 3.8, just to get faster builds.
|
# On macOS don't bother with 3.8, just to get faster builds.
|
||||||
- os: macos-latest
|
- os: macos-12
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- os: macos-latest
|
- os: macos-12
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
# We only support PyPy on Linux at the moment.
|
# We only support PyPy on Linux at the moment.
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
@ -165,7 +165,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: macos-latest
|
- os: macos-12
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
force-foolscap: false
|
force-foolscap: false
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
@ -248,7 +248,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
- macos-12
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
python-version:
|
python-version:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user