Skip to content

Commit 20163a6

Browse files
committed
Remove ass, workaround GitHub deprecations
1 parent 48d6187 commit 20163a6

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/angle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
name: ${{ matrix.env.name }} Build
2424
runs-on: ${{ matrix.env.os }}
2525
steps:
26+
- name: Setup .NET 7.0
27+
uses: actions/setup-dotnet@v1
28+
with:
29+
dotnet-version: 7.0.102
2630
- uses: actions/checkout@v2
2731
with:
2832
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
packages: write
1717
jobs:
1818
Build:
19-
runs-on: macos-13-xlarge
19+
runs-on: macos-latest-xlarge
2020
steps:
2121
- uses: actions/[email protected]
2222
with:

.github/workflows/moltenvk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
name: ${{ matrix.env.name }} Build
2525
runs-on: ${{ matrix.env.os }}
2626
steps:
27+
- name: Setup .NET 7.0
28+
uses: actions/setup-dotnet@v1
29+
with:
30+
dotnet-version: 7.0.102
2731
- uses: actions/checkout@v2
2832
with:
2933
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}

.github/workflows/swiftshader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
git config --local user.email "[email protected]"
5151
git config --local user.name "The Silk.NET Automaton"
5252
- name: Extra prerequisites
53-
run: |ass
53+
run: |
5454
echo running extras
5555
${{ matrix.env.extras }}
5656
- name: Cache .tmp, ~/.nuget/packages

0 commit comments

Comments
 (0)