Skip to content

Commit 145499f

Browse files
committed
Review MacOS CI
1 parent a2c6874 commit 145499f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- ver: '3.7'
1919
release: '3.7.9' # last Python.org binary release
2020
- ver: '3.8'
21-
release: '3.8.6'
21+
release: '3.8.7'
2222
- ver: '3.9'
23-
release: '3.9.0'
23+
release: '3.9.1'
2424
env:
2525
HOMEBREW_CACHE: ${{ github.workspace }}/.cache/brew
2626
CCACHE_DIR: ${{ github.workspace }}/.cache/ccache
@@ -64,7 +64,7 @@ jobs:
6464
- name: setup
6565
run: |
6666
mkdir -p .cache/brew/ .cache/ccache/
67-
brew install ccache pkg-config
67+
brew install ccache
6868
python3 -m venv venv/
6969
export PATH="${{ github.workspace }}/venv/bin:/usr/local/opt/ccache/libexec:$PATH"
7070
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH

0 commit comments

Comments
 (0)