Skip to content

Commit

Permalink
Update ubuntu in Github Actions to latest LTS (24.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancsmith committed Jan 20, 2025
1 parent cc64149 commit 1577067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
matrix:
include:
- platform: 'ubuntu-22.04'
- platform: 'ubuntu-24.04
container: 'gcc:9.5.0-buster'
config: 'dev'
- platform: 'ubuntu-22.04'
- platform: 'ubuntu-24.04
container: 'gcc:9.5.0-buster'
config: 'release'
# macOS 14 => arm64
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: 'Create release'
if: github.event_name != 'workflow_dispatch' || inputs.create_release
needs: build-and-upload-artifacts
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: '📝 Create Release'
Expand Down

0 comments on commit 1577067

Please sign in to comment.