Skip to content

Commit

Permalink
gha/ubuntu-*: Bump ubuntu runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Dec 22, 2024
1 parent 5910b89 commit 01562cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
config:
- name: Talipot build on Ubuntu 20.04
os: ubuntu-20.04
- name: Talipot build on Ubuntu 22.04
os: ubuntu-22.04
- name: Talipot build on Ubuntu 24.04
os: ubuntu-24.04
steps:
- name: Checkout Talipot code
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,6 @@ jobs:
xvfb
- name: Install sip
run: |
sudo pip3 install --upgrade pip
sudo pip3 install sip
- name: Prepare ccache timestamp
id: get-current-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-qt6-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Talipot build Qt6 6.2
os: ubuntu-22.04
- name: Talipot build Qt6 latest
os: ubuntu-22.04
os: ubuntu-24.04
steps:
- name: Checkout Talipot code
uses: actions/checkout@v4
Expand Down

0 comments on commit 01562cf

Please sign in to comment.