Skip to content

Commit

Permalink
Update dependencies and workflows (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Oct 19, 2022
1 parent df46f77 commit 5aed0b6
Show file tree
Hide file tree
Showing 5 changed files with 4,116 additions and 5,486 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/e2e.yml
Expand Up @@ -8,16 +8,16 @@ on:
- cron: 0 0 * * *

jobs:
versions-macOS-1015:
name: macOS 10.15
runs-on: macos-10.15
versions-macOS-11:
name: macOS 11
runs-on: macos-11
strategy:
matrix:
xcode-version: ['10.3', '11', '12', '12.0', '12.4', '^12.1.0', '~12.1.0', latest, latest-stable]
xcode-version: ['11.7', '12', '12.4.0', '13', latest, latest-stable]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: ./
name: Setup Xcode
Expand All @@ -28,17 +28,17 @@ jobs:
run: |
echo "Version: ${{ steps.setup-xcode.outputs.version }}"
echo "Path: ${{ steps.setup-xcode.outputs.path }}"
versions-macOS-110:
name: macOS 11
runs-on: macos-11
versions-macOS-12:
name: macOS 12
runs-on: macos-12
strategy:
matrix:
xcode-version: ['11.7', '12', '12.4.0', '13', latest, latest-stable]
xcode-version: ['13.2.1', '13.4', '14.0.0', '14', latest, latest-stable]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: ./
name: Setup Xcode
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- name: Set Node.JS
uses: actions/setup-node@master
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x

- name: npm install
run: npm install
Expand Down

0 comments on commit 5aed0b6

Please sign in to comment.