Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
codspeed:
name: Run benchmarks
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-firewall
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: {}
jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-firewall
permissions:
contents: read
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
publish-to-pypi:
name: Publish 📦 to PyPI
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-firewall
environment:
name: pypi
url: https://pypi.org/project/pytest-socket/${{ github.event.release.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-24.04-firewall
- windows-latest
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: {}
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-firewall
permissions:
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
contents: read # Only needed for private repos. Needed to clone the repo.
Expand Down