Skip to content

Commit bdd5959

Browse files
authored
Merge pull request #54 from EvolutionGym/update-actions
remove macos-12 from tests, no longer supported by github actions
2 parents b88d600 + ae0bbdf commit bdd5959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
# https://github.com/glfw/glfw/issues/2139
2424
# manylinux_image: manylinux2014
2525

26-
# MacOS x86_64
27-
- os: macos-12
28-
platform_id: macosx_x86_64
26+
# MacOS x86_64 # Deprecated, github actions no longer support macos-12
27+
# - os: macos-12
28+
# platform_id: macosx_x86_64
2929

3030
# MacOS arm64
3131
- os: macos-14

0 commit comments

Comments
 (0)