Skip to content

Commit

Permalink
fix(ci): Update github-hosted runner label (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmakh authored Jan 20, 2025
1 parent 3afd716 commit 6520c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: unit-tests
strategy:
matrix:
platform: [macos-latest, ubuntu-22.04-github-hosted-16core]
platform: [macos-latest, ubuntu-24.04-github-hosted-16core]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 6520c8e

Please sign in to comment.