Skip to content

Commit

Permalink
Merge pull request #791 from FrancescoBorzi/ci-update-platforms
Browse files Browse the repository at this point in the history
misc/ GitHub actions: node 20, ubuntu 22.04 + pin versions
  • Loading branch information
maximegris committed Dec 28, 2023
2 parents 00ebf81 + 872e696 commit c20bd62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
build:
strategy:
matrix:
node-version: [18.16]
node-version: [20]

# The type of runner that the job will run on
runs-on: macos-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
build:
strategy:
matrix:
node-version: [18.16]
node-version: [20]

# The type of runner that the job will run on
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
build:
strategy:
matrix:
node-version: [18.16]
node-version: [20]

# The type of runner that the job will run on
runs-on: windows-latest
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c20bd62

Please sign in to comment.