Skip to content

Commit

Permalink
CI: Updated OS pinned versions for github actions runners and readthe…
Browse files Browse the repository at this point in the history
…docs (#365)
  • Loading branch information
francis-clairicia authored Oct 19, 2024
1 parent 1a0d4e3 commit 67c2d7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ concurrency:
jobs:
build:
if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'Bump version:')
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SOURCE_DATE_EPOCH: ${{ inputs.SOURCE_DATE_EPOCH }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-24.04, windows-2022, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-24.04, windows-2022, macos-14]
python_version: ['3.11', '3.12', '3.13']
include:
- python_version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
jobs:
Expand Down

0 comments on commit 67c2d7d

Please sign in to comment.