We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 310577c + bc2b4af commit 7f02dfaCopy full SHA for 7f02dfa
1 file changed
.github/workflows/go.yml
@@ -48,13 +48,6 @@ jobs:
48
- ubuntu-24.04
49
runs-on: ${{matrix.os}}
50
steps:
51
- - name: Install Python 3.12 (macOS only)
52
- run: brew install python@3.12
53
- if: startsWith(matrix.os, 'macos')
54
- - name: Set up Python 3.12 (Ubuntu only)
55
- run: sudo apt-get install -y python3.12-dev
56
- if: startsWith(matrix.os, 'ubuntu')
57
-
58
- uses: actions/checkout@v4
59
60
- name: Set up Go
0 commit comments