Skip to content

Commit

Permalink
Run all CI jobs on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dscorbett committed Feb 19, 2025
1 parent 2790948 commit 848a779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019, 2022-2024 David Corbett
# Copyright 2019, 2022-2025 David Corbett
# Copyright 2020-2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
key: ${{ github.run_id }}-${{ github.run_number }}-${{ matrix.optimize }}-${{ matrix.charset }}-${{ matrix.unjoined }}
path: fonts
compare-PYTHONOPTIMIZE:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- main
steps:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
release:
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ inputs.release }}
needs:
- compare-PYTHONOPTIMIZE
Expand Down

0 comments on commit 848a779

Please sign in to comment.