Skip to content

Commit

Permalink
Upadte CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed May 23, 2024
1 parent 17f15d4 commit a4b5c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"

Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: ilammy/msvc-dev-cmd@v1

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"

Expand All @@ -45,7 +45,7 @@ jobs:
name: Build macOS
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Setup
Expand All @@ -67,7 +67,7 @@ jobs:
name: Build iOS
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Setup
Expand Down

0 comments on commit a4b5c29

Please sign in to comment.