Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
switched to Ubuntu 20.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 27, 2023
1 parent 4164819 commit e80ca32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-10.15, ubuntu-18.04, windows-2019]
platform: [macos-10.15, ubuntu-20.04, windows-2019]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
testbuild:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: setup node
Expand Down

0 comments on commit e80ca32

Please sign in to comment.