Skip to content

Commit

Permalink
Attempt update to ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed May 13, 2024
1 parent e4e8496 commit 88eea02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Don't run CI twice when a PR is created from a branch internal to the repo
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout sources
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# Native x86_64 compilation...
lints-native:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
toolchain:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# ARMv7 cross-compilation
lints-arm:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
toolchain:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# AArch64 cross-compilation
lints-aarch64:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
toolchain:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
# i686 cross-compilation
lints-i686:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
toolchain:
Expand All @@ -198,7 +198,7 @@ jobs:
# FIXME: I'd also like to test riscv32 but ubuntu doesn't provide a cross-compiler
lints-riscv64:
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
toolchain:
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

needs: matrix_vars

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down

0 comments on commit 88eea02

Please sign in to comment.