1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-08 02:42:44 +00:00

ci: ubuntu 22

This commit is contained in:
M
2025-09-25 12:46:19 +02:00
parent c422e7f02e
commit d47cf15cdb
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
@@ -28,7 +28,7 @@ jobs:
run: npm run lint-web
build-api:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
@@ -66,7 +66,7 @@ jobs:
CI: true
build-web:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:

View File

@@ -7,7 +7,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix: