Skip to content

Commit

Permalink
COMP: Fix GitHub workflow using current "macos-12" runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 2, 2024
1 parent 8109ffb commit 7036387
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

jobs:
tests:
runs-on: macos-10.15
name: macos-10.15
runs-on: macos-12
name: macos-12
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -31,9 +31,6 @@ jobs:
- name: Install scikit-ci-addons
run: pip install -U scikit-ci-addons

- name: Specific XCode version
run: sudo xcode-select -s "/Applications/Xcode_11.7.app"

- name: Download Qt archive
uses: carlosperate/[email protected]
with:
Expand Down

0 comments on commit 7036387

Please sign in to comment.