Skip to content

Commit

Permalink
CI: Remove legacy usages of macos-12 build image.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Oct 17, 2024
1 parent 24b94f9 commit 3968e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
os:
- windows-2019
- ubuntu-20.04
- macos-12
- macos-latest
python-version:
- "2.7"
Expand Down Expand Up @@ -49,8 +48,6 @@ jobs:
- os: windows-2019
lua-version: luajit-5.1

- os: macos-12
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: macos-latest
Expand All @@ -60,14 +57,6 @@ jobs:
- os: macos-latest
python-version: pypy-3.7

- os: macos-12
lua-version: lua5.2
- os: macos-12
lua-version: lua5.3
- os: macos-12
lua-version: lua5.4
- os: macos-12
lua-version: luajit-5.1
- os: macos-latest
lua-version: lua5.2
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

matrix:
os:
- macos-12
- macos-latest
#- windows-2019
pyversion:
- "2.7"
Expand Down

0 comments on commit 3968e97

Please sign in to comment.