Skip to content

Commit

Permalink
ci: use ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 7, 2024
1 parent 7f8ac8d commit 777d464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
name: Push ${{ github.ref }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
name: Push ${{ github.ref }}
if: github.event_name == 'push'
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
checks: read
statuses: write
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
needs: build
strategy:
matrix:
os: [ ubuntu-22.04, windows-latest ]
os: [ ubuntu-24.04, windows-latest ]
node-version: [ 16, 22 ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 777d464

Please sign in to comment.