Skip to content

Commit 08f60da

Browse files
authored
Update MACOSX_DEPLOYMENT_TARGET to 11.0
1 parent 6eb748f commit 08f60da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
SDL_VERSION: "2.26.4" # https://github.com/libsdl-org/SDL/releases
88
SDL_MIXER_VERSION: "2.6.3" # https://github.com/libsdl-org/SDL_mixer/releases
99
USE_SDL2_MIXER: "1"
10-
MACOSX_DEPLOYMENT_TARGET: "10.13"
10+
MACOSX_DEPLOYMENT_TARGET: "11.0"
1111
MACOSX_DEPLOYMENT_TARGET_ARM: "11.0"
1212

1313
jobs:

0 commit comments

Comments
 (0)