Skip to content

Commit

Permalink
(build) Change to latest OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 8, 2023
1 parent 22d220f commit eb970a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
os: [ windows-2022, ubuntu-18.04, macos-10.15 ]
os: [ windows-2022, ubuntu-22.04, macos-12 ]

env:
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
Expand Down

0 comments on commit eb970a8

Please sign in to comment.