Skip to content

Commit 162c8b7

Browse files
Updated image labels to use newer linux and MacOS images (#399)
1 parent de4d9fb commit 162c8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2022]
19+
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022]
2020
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9", "pypy3.10", ]
2121
runs-on: ${{ matrix.os }}
2222
steps:
@@ -51,7 +51,7 @@ jobs:
5151

5252
builder_pypandoc:
5353
needs: [test]
54-
runs-on: ubuntu-20.04 # Any OS is fine as this wheel is not OS dependent
54+
runs-on: ubuntu-latest # Any OS is fine as this wheel is not OS dependent
5555
steps:
5656
- name: Check out repository
5757
uses: actions/checkout@v4

0 commit comments

Comments
 (0)