Skip to content

Commit

Permalink
ci: Fix macos build using "macos-latest" instead of obsolete "macos-1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jun 28, 2023
1 parent d275917 commit 073ec91
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [macos-10.15]
runs-on: [macos-latest]
python-version: [3.7.12, 3.8.12, 3.9.10]
include:
- runs-on: macos-10.15
- runs-on: macos-latest
c-compiler: "clang"
cxx-compiler: "clang++"
initial-dashboard-cache: "CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.13"
Expand All @@ -37,11 +37,6 @@ jobs:
with:
version: 1.10.0

- name: Specific XCode version
if: matrix.runs-on == 'macos-10.15'
run: |
sudo xcode-select -s "/Applications/Xcode_11.7.app"
- name: Download dashboard script
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 073ec91

Please sign in to comment.