Skip to content

Commit

Permalink
remove macos and windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 6, 2023
1 parent 0cbe6d3 commit 09d5aba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ on:
required: true

jobs:
build:
build-packages:
strategy:
matrix:
include:
- NodeVersion: 14
OS: linux-latest
- NodeVersion: 18
OS: linux-latest
- NodeVersion: 16
OS: windows-latest
- NodeVersion: 18
OS: windows-latest
- NodeVersion: 16
OS: macos-latest
- NodeVersion: 18
OS: macos-latest
# - NodeVersion: 16
# OS: windows-latest
# - NodeVersion: 18
# OS: windows-latest
# - NodeVersion: 16
# OS: macos-latest
# - NodeVersion: 18
# OS: macos-latest
name: Node.js v${{ matrix.NodeVersion }} (${{ matrix.OS }})
runs-on: ${{ matrix.OS }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ jobs:
uses: ./.github/workflows/build.yaml
secrets: inherit

build-authproxy:
build-docker-authproxy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

build-auto-gold-bits:
build-docker-auto-gold-bits:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

build-discord-bot:
build-docker-discord-bot:
needs: build
runs-on: ubuntu-latest
steps:
- name: Hi Mom
run: echo "Hi, Mom!"

build-repl-demo:
build-docker-repl-demo:
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 09d5aba

Please sign in to comment.