Skip to content

Commit

Permalink
Switch to -latest in build workflow
Browse files Browse the repository at this point in the history
macos-10 is no longer available.
  • Loading branch information
gavtroy authored and flyingmutant committed Jul 8, 2023
1 parent 78a375a commit dfd5770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15]
os: [ubuntu-latest, macos-latest]
cc: [gcc, clang]
exclude:
- os: macos-10.15
- os: macos-latest
cc: gcc
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit dfd5770

Please sign in to comment.