Skip to content

Commit

Permalink
Merge pull request #34 from elek-io/finalize-cd
Browse files Browse the repository at this point in the history
Updated GitHub action runners
  • Loading branch information
Nils-Kolvenbach authored Oct 19, 2024
2 parents 1f4cbea + 564bbd5 commit 3928be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
# @see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
# macos-12 = intel
# macos-13 = intel
# macos-14 = M1 (arm)
platform: [ubuntu-22.04, macos-12, macos-14, windows-2022]
platform: [ubuntu-24.04, macos-13, macos-14, windows-2022]
node-version: [20]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 3928be2

Please sign in to comment.