Skip to content

Commit

Permalink
switch to latest runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Oct 27, 2024
1 parent de503dc commit 580daf3
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 @@ -89,7 +89,7 @@ jobs:
files: ${{ env.BUILD_DIR }}/soundscape-*

macos:
runs-on: macos-12
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
files: ${{ env.BUILD_DIR }}/soundscape-*

linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 580daf3

Please sign in to comment.