Skip to content

Commit

Permalink
update build-and-test action workflow versions and include ubuntu noble
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Apr 30, 2024
1 parent ac4cc8d commit 5de521b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'
fetch-depth: 0
Expand All @@ -51,17 +51,17 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]

steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit 5de521b

Please sign in to comment.