8000 fix/workaround build on macos: use macos-11 instead of latest · scito/extract_otp_secrets@b7f6128 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7f6128

Browse files
committed
fix/workaround build on macos: use macos-11 instead of latest
See issue actions/setup-python#649
1 parent 1763be1 commit b7f6128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ["3.x", "3.11", "3.10", "3.9", "3.8", "3.7"]
24-
platform: [ubuntu-latest, macos-latest, windows-latest]
24+
platform: [ubuntu-latest, macos-11, windows-latest]
2525
# exclude:
2626

2727
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)
0