Skip to content

Commit

Permalink
Build: Stop using the deprecated macos-11 target and switch to the (a…
Browse files Browse the repository at this point in the history
…lso old) macos-12.
  • Loading branch information
scoder committed Jun 2, 2024
1 parent 6767dd5 commit 055144b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- windows-2019
- ubuntu-20.04
- macos-11
- macos-12
- macos-latest
python-version:
- "2.7"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- os: windows-2019
lua-version: luajit-5.1

- os: macos-11
- os: macos-12
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
Expand All @@ -60,13 +60,13 @@ jobs:
- os: macos-latest
python-version: pypy-3.7

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

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

0 comments on commit 055144b

Please sign in to comment.