Skip to content

Commit bf98841

Browse files
committed
chore(ci): try network egress firewall
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent 4fa5b7c commit bf98841

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
codspeed:
2121
name: Run benchmarks
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04-firewall
2323
steps:
2424
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818
jobs:
1919
build:
2020
name: Build distribution 📦
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04-firewall
2222
permissions:
2323
contents: read
2424
steps:
@@ -40,7 +40,7 @@ jobs:
4040
publish-to-pypi:
4141
name: Publish 📦 to PyPI
4242
needs: build
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-24.04-firewall
4444
environment:
4545
name: pypi
4646
url: https://pypi.org/project/pytest-socket/${{ github.event.release.tag_name }}

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os:
2525
- macos-latest
26-
- ubuntu-latest
26+
- ubuntu-24.04-firewall
2727
- windows-latest
2828
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"]
2929

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: {}
1515
jobs:
1616
zizmor:
1717
name: Run zizmor 🌈
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04-firewall
1919
permissions:
2020
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
2121
contents: read # Only needed for private repos. Needed to clone the repo.

0 commit comments

Comments
 (0)