Skip to content

Commit

Permalink
Pin ubuntu ci versions to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Dec 19, 2024
1 parent 20c93b7 commit 385c8e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: Build & Test
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
lint:
name: Lint
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
playwright:
name: E2E Tests
timeout-minutes: 120
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
STANDALONE_URL: 'file://${{ github.workspace }}/glsp-client/examples/workflow-standalone/app/diagram.html'
GLSP_SERVER_PORT: '8081'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-os-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-22.04, windows-latest, macos-latest]
node: [18.x, 20.x]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build:
name: Build & Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success')
env:
changes: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theia-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
theia_version: [1.49.1, latest]
Expand Down

0 comments on commit 385c8e7

Please sign in to comment.