Skip to content

Commit 7285375

Browse files
committed
ci: upgrade to run workflows on ubuntu 24.04
1 parent 79118ec commit 7285375

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
send_docker_image_to_hub:
1717
needs: [build, test]
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: login to docker hub
@@ -34,7 +34,7 @@ jobs:
3434
docker push ${{secrets.DOCKERHUB_USERNAME}}/smelly-test:latest
3535
3636
build:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Set Environment Variables
@@ -72,7 +72,7 @@ jobs:
7272
path: ./vscode/*.vsix
7373

7474
test:
75-
runs-on: ubuntu-20.04
75+
runs-on: ubuntu-24.04
7676
needs: [build]
7777
steps:
7878
- uses: actions/checkout@v4

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
publish:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
permissions:
1717
contents: read
1818
id-token: write

.github/workflows/publish_ovsx.yml

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

66
jobs:
77
deploy:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/publish_vsce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)