Skip to content

Commit 05e9e53

Browse files
committed
Pin runs-on CI to ubuntu-24.04 for reproducibility
1 parent e4b5dc4 commit 05e9e53

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151

5252
jobs:
5353
build:
54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-24.04
5555

5656
# The purpose of these outputs is to allow the separate 'deploy' job to pickup the same values
5757
outputs:
@@ -568,7 +568,7 @@ jobs:
568568
DEPLOY_ENV_LIVE: ${{ needs.build.outputs.DEPLOY_ENV_LIVE }}
569569
DEPLOY: ${{ needs.build.outputs.deploy }}
570570

571-
runs-on: ubuntu-latest
571+
runs-on: ubuntu-24.04
572572
steps:
573573
- name: Deploy to GitHub Pages
574574
id: deployment

.github/workflows/push-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
docs:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
env:
1818
sphinx_html_baseurl: 'https://spinalhdl.github.io/SpinalDoc-RTD/master/'
1919
sphinx_github_url: 'https://github.com/SpinalHDL/SpinalDoc-RTD'

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v6
1111
with:

.github/workflows/update-pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
pots:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
1919
with:

0 commit comments

Comments
 (0)