Skip to content

Commit f5a99ea

Browse files
Merge pull request #8 from stuarthayhurst/update-workflow
Update workflow to Ubuntu 24.04 and setup-python v5
2 parents 665e126 + 86d8e14 commit f5a99ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build-system.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python 3.12
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.12'
2121

0 commit comments

Comments
 (0)