Skip to content

Commit

Permalink
pin to ubuntu 24.04 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Jan 2, 2025
1 parent 1883cf2 commit 47814e9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
benchmark:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: install valgrind
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: release to pypi.org

jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check out source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: release to test.pypi.org

jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check out source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
jobs:
test-all:
name: ${{ matrix.pyversion }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: update GitHub Actions

jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_dev_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: update dev deps

jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_flake_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: update flake.lock

jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
3 changes: 1 addition & 2 deletions docs/addendum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ where :class:`~bidict.bidict`\s could be used for fun and profit
``dis.opnames``.
These could be combined into a single bidict.

- Python 3's
:mod:`html.entities` module
- The :mod:`html.entities` module
maintains separate
``html.entities.name2codepoint`` and
``html.entities.codepoint2name`` dicts.
Expand Down

0 comments on commit 47814e9

Please sign in to comment.