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 75bce38
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .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 Down
2 changes: 1 addition & 1 deletion .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 Down
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 75bce38

Please sign in to comment.