Skip to content

Commit

Permalink
ci: macos-10.15 -> macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
giganano committed Oct 23, 2023
1 parent a7a59ed commit f3f0308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-10.15"]
os: ["ubuntu-latest", "macos-latest"]
compiler: [gcc-10, clang]
python-version:
- "3.8"
Expand All @@ -23,7 +23,7 @@ jobs:
exclude:

# Mac OS builds run with clang only
- os: "macos-10.15"
- os: "macos-latest"
compiler: gcc-10

# Ubuntu builds run with gcc only
Expand Down

0 comments on commit f3f0308

Please sign in to comment.