Skip to content

Commit 0bb6593

Browse files
authored
Merge pull request #22 from xoofx/try-old-images
Update runners to use older images for Ubuntu and MacOS
2 parents 1ba01ae + 06e6dd7 commit 0bb6593

10 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/managed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: true
2222
fetch-depth: 0
2323

24-
- name: Install .NET 6.0
24+
- name: Install .NET 7.0
2525
uses: actions/setup-dotnet@v3
2626
with:
2727
dotnet-version: '7.0.x'

.github/workflows/native.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macOS-latest]
21+
os: [ubuntu-20.04, windows-latest, macos-11]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v1
25+
uses: actions/checkout@v3
2626
- name: Build Linux
27-
if: matrix.os == 'ubuntu-latest'
27+
if: matrix.os == 'ubuntu-20.04'
2828
run: |
2929
chmod 755 *.sh
3030
echo "building linux-x64"
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt-get install gcc-arm-linux-gnueabihf
3737
./build-linux-arm.sh
3838
- name: Build macOS
39-
if: matrix.os == 'macOS-latest'
39+
if: matrix.os == 'macos-11'
4040
run: |
4141
chmod 755 *.sh
4242
./build-osx-x64.sh
36 KB
Binary file not shown.
28 KB
Binary file not shown.
44 KB
Binary file not shown.
22.4 KB
Binary file not shown.
24.3 KB
Binary file not shown.
-15 KB
Binary file not shown.
-13.5 KB
Binary file not shown.
-6.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)