Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 19, 2024
1 parent e991ac5 commit 10426c8
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [12, 11]
version: [14, 13, 12]

runs-on: macos-${{ matrix.version }}

Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [20.04, 22.04]
tag: [24.04, 22.04]

runs-on: ubuntu-latest
container: ubuntu:${{ matrix.tag }}
Expand Down

0 comments on commit 10426c8

Please sign in to comment.