Skip to content

Commit 0b7bdd3

Browse files
committed
ci: use macos-latest image for CI builds
The macos-10.15 image for CI builds is deprecated on GitHub Actions. We should update this to a supported image. Given we are actually running our release builds on macos-latest, we should probably be running CI on the same image too!
1 parent 10935fb commit 0b7bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-10.15]
17+
os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)