Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Nov 26, 2024
1 parent 22fcd89 commit b3e4d2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: armv7
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand Down

0 comments on commit b3e4d2f

Please sign in to comment.