Skip to content

Commit

Permalink
Move to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Aug 26, 2024
1 parent 12f11f0 commit 1331613
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
frontend:
name: Build frontend assets
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,27 +54,27 @@ jobs:
- linux-arm64-musl
include:
- name: linux-x86-64-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: x86_64-unknown-linux-gnu
platform: ~

- name: linux-armv7-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: armv7-unknown-linux-gnueabihf
platform: ~

- name: linux-arm64-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: aarch64-unknown-linux-gnu
platform: ~

- name: linux-x86-64-musl
os: ubuntu-22.04
os: ubuntu-24.04
target: x86_64-unknown-linux-musl
platform: amd64

- name: linux-arm64-musl
os: ubuntu-22.04
os: ubuntu-24.04
target: aarch64-unknown-linux-musl
platform: arm64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
prepare:
name: Prepare release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Release
Expand All @@ -24,7 +24,7 @@ jobs:

frontend:
name: Build frontend assets
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -69,31 +69,31 @@ jobs:
- linux-arm64-musl
include:
- name: linux-x86-64-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: x86_64-unknown-linux-gnu
platform: ~
cross: false

- name: linux-armv7-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: armv7-unknown-linux-gnueabihf
platform: ~
cross: true

- name: linux-arm64-gnu
os: ubuntu-22.04
os: ubuntu-24.04
target: aarch64-unknown-linux-gnu
platform: ~
cross: true

- name: linux-x86-64-musl
os: ubuntu-22.04
os: ubuntu-24.04
target: x86_64-unknown-linux-musl
platform: amd64
cross: true

- name: linux-arm64-musl
os: ubuntu-22.04
os: ubuntu-24.04
target: aarch64-unknown-linux-musl
platform: arm64
cross: true
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
release:
name: Release
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1331613

Please sign in to comment.