Skip to content

Commit

Permalink
Run CI on ubuntu-latest (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Dec 7, 2024
1 parent 256cf13 commit 441b2b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# The l3build job contains the actual work. This is mostly the same as in main.yaml
# and should stay synchronized. Sadly it doesn't seem possible to reuse the instructions at the moment.
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Build release
environment: Release
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
# Update the TeX Live tree if necessary
texlive-cache:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Update TeX Live
outputs:
cache_key: ${{ steps.texlive.outputs.cache_key }}
Expand All @@ -34,7 +34,7 @@ jobs:
# create three jobs which only differ in minimal elements.
# For tags we do not run this since we run the release job instead.
l3build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
# include indicates that we want to set explicitly these combinations
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
# Decide how long to keep the test output artifact:
retention-days: 3
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
# test failures.
notifiy:
name: Send notifications
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
# Run after the `l3build` job in order to be able to react to it's output.
needs:
- l3build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
# Update the TeX Live tree if necessary
texlive-cache:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Update TeX Live
outputs:
cache_key: ${{ steps.texlive.outputs.cache_key }}
Expand All @@ -28,7 +28,7 @@ jobs:
# create three jobs which only differ in minimal elements.
# For tags we do not run this since we run the release job instead.
l3build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
# include indicates that we want to set explicitly these combinations
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# Decide how long to keep the test output artifact:
retention-days: 3
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
include:
Expand Down

0 comments on commit 441b2b8

Please sign in to comment.