Skip to content

Commit

Permalink
pin ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 20, 2024
1 parent 7f5104e commit 73c74bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -38,7 +38,7 @@ jobs:

# Docker with Apple Silicon
manylinux-aarch64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -59,7 +59,7 @@ jobs:

# ARM7
armv7:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -80,7 +80,7 @@ jobs:
path: dist

musllinux-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -101,7 +101,7 @@ jobs:
path: dist

musllinux-aarch64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -180,7 +180,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: release
permissions:
id-token: write
Expand Down

0 comments on commit 73c74bd

Please sign in to comment.