Skip to content

Commit d56547e

Browse files
committed
chore(ci): update runners
Signed-off-by: JP-Ellis <[email protected]>
1 parent feac8ca commit d56547e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
build-sdist:
4444
name: Build source distribution
4545

46-
runs-on: ubuntu-22.04
46+
runs-on: ubuntu-latest
4747

4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -85,11 +85,11 @@ jobs:
8585
fail-fast: false
8686
matrix:
8787
include:
88-
- os: ubuntu-22.04
88+
- os: ubuntu-latest
8989
archs: x86_64
90-
- os: macos-13
90+
- os: macos-13 # macOS 13 is the latest on x86_64
9191
archs: x86_64
92-
- os: windows-2019
92+
- os: windows-latest
9393
archs: AMD64
9494

9595
steps:
@@ -151,18 +151,18 @@ jobs:
151151
fail-fast: false
152152
matrix:
153153
include:
154-
- os: ubuntu-22.04
154+
- os: ubuntu-latest
155155
archs: aarch64
156156
build: manylinux
157-
- os: ubuntu-22.04
157+
- os: ubuntu-latest
158158
archs: aarch64
159159
build: musllinux
160-
- os: macos-14
160+
- os: macos-latest
161161
archs: arm64
162162
build: ''
163163
# TODO: Re-enable once the issues with Windows ARM64 are resolved.exclude:
164164
# See: pypa/cibuildwheel#1942
165-
# - os: windows-2019
165+
# - os: windows-latest
166166
# archs: ARM64
167167
# build: ""
168168

@@ -208,7 +208,7 @@ jobs:
208208
if: >-
209209
github.event_name == 'push' &&
210210
startsWith(github.event.ref, 'refs/tags/v')
211-
runs-on: ubuntu-22.04
211+
runs-on: ubuntu-latest
212212
environment:
213213
name: pypi
214214
url: https://pypi.org/p/pact-python

0 commit comments

Comments
 (0)