Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use ubuntu-24.04 #3248

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
# syntax inspired from https://github.community/t5/GitHub-Actions/Using-a-matrix-defined-input-for-a-custom-action/m-p/32032/highlight/true#M988
os:
- { name: ubuntu-22.04, coverage: '-- --coverage' }
- { name: ubuntu-24.04, coverage: '-- --coverage' }
- { name: macos-13 }
- { name: windows-2022 }
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
# required for all workflows by github/codeql-action
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fill-gh-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
# To create or update releases
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-demo-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
demo_preview: # keep unique across jobs using surge preview (preview url and PR comment id)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write # surge-preview: PR comments
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jobs:
doc_preview: # keep unique across jobs using surge preview (preview url and PR comment id)
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write # surge-preview: PR comments
steps:
Expand All @@ -51,7 +51,7 @@ jobs:

generate_doc:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.event.ref == 'refs/heads/master'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build Setup
Expand All @@ -66,7 +66,7 @@ jobs:

push_to_gh_pages:
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.event.ref == 'refs/heads/master'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: generate_doc
permissions:
contents: write # Push to gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-new-version-available-on-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# another repository is notified in 'upload-demo-archive-and-trigger-examples-repository-update.yml'
jobs:
notify:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
VERSION: ${{ github.event.client_payload.version || inputs.version }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-metadata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
pr-title:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
id-token: write
contents: write # required to get token for "npm provenance" and to dispatch event
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: 'patch'
jobs:
bumpVersion:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- run: |
echo "New version type: ${{ inputs.type }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# we want to run the full build on all os: don't cancel running jobs even if one fails
fail-fast: false
matrix:
os: [macos-13, ubuntu-22.04, windows-2022]
os: [macos-13, ubuntu-24.04, windows-2022]
browser: [chromium, firefox, chrome]
include:
# only test WebKit on macOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:

jobs:
build_and_test_npm_package:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
test-bundles-browser: chromium
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# triggerUncaughtException(err, true /* fromPromise */);
# ^
# cdpSession.detach: Browser closed.
os: [macos-13, ubuntu-22.04]
os: [macos-13, ubuntu-24.04]
env:
# Performance tests rely on chromium API
browser: chromium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
upload_demo_archive:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
VERSION: ${{ github.event.client_payload.version || inputs.version }}
steps:
Expand Down
Loading