Skip to content

Commit

Permalink
Switch the default test environment for Linux to Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Dec 7, 2024
1 parent b6c35e4 commit 1601b25
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-elm-silent-teacher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-deploy:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Deploy to Netlify
working-directory: ./implement/pine/Elm/learn-elm
run: |
npm install netlify-cli --save-dev
npm install netlify-cli --global
netlify deploy --dir ./out/netlify --site silent-teacher --alias preview --auth ${{ secrets.WEBSITE_NETLIFY_AUTH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-website-pinevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-deploy:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Deploy to Netlify
working-directory: ./implement/website/pinevm
run: |
npm install netlify-cli --save-dev
npm install netlify-cli --global
netlify deploy --dir ./out/netlify/docs --site pinevm-org --alias preview --auth ${{ secrets.WEBSITE_NETLIFY_AUTH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/build-native-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [ubuntu-22.04, windows-2022, macos-13]
environment: [ubuntu-24.04, windows-2022, macos-13]
include:
- environment: ubuntu-22.04
- environment: ubuntu-24.04
publish-runtime-id: linux-x64
- environment: windows-2022
publish-runtime-id: win-x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [ubuntu-22.04, windows-2022, macos-13]
environment: [ubuntu-24.04, windows-2022, macos-13]
include:
- environment: ubuntu-22.04
- environment: ubuntu-24.04
publish-runtime-id: linux-x64
- environment: windows-2022
publish-runtime-id: win-x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
environment: [ubuntu-22.04, windows-2022, macos-13]
environment: [ubuntu-24.04, windows-2022, macos-13]
include:
- environment: ubuntu-22.04
- environment: ubuntu-24.04
publish-runtime-id: linux-x64
- environment: windows-2022
publish-runtime-id: win-x64
Expand Down

0 comments on commit 1601b25

Please sign in to comment.