Skip to content

Commit

Permalink
Update github runners to oldest supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 13, 2023
1 parent 77a96cf commit 4466ee8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Linux error_code g++ prebuilt binaries/llfio-v2.0-binaries-linux-x64.tgz
asset_name: llfio-v2.0-binaries-ubuntu18.04-x64-error_code.tgz
asset_name: llfio-v2.0-binaries-ubuntu20.04-x64-error_code.tgz
asset_content_type: application/gzip

- name: Upload Linux 2
Expand All @@ -99,7 +99,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Linux status_code g++ prebuilt binaries/llfio-v2.0-binaries-linux-x64.tgz
asset_name: llfio-v2.0-binaries-ubuntu18.04-x64-status_code.tgz
asset_name: llfio-v2.0-binaries-ubuntu20.04-x64-status_code.tgz
asset_content_type: application/gzip

- name: Upload Linux 3
Expand All @@ -110,7 +110,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Linux error_code arm-linux-gnueabihf-g++ prebuilt binaries/llfio-v2.0-binaries-linux-armhf.tgz
asset_name: llfio-v2.0-binaries-ubuntu18.04-armhf-error_code.tgz
asset_name: llfio-v2.0-binaries-ubuntu20.04-armhf-error_code.tgz
asset_content_type: application/gzip

- name: Upload Linux 4
Expand All @@ -121,7 +121,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Linux status_code arm-linux-gnueabihf-g++ prebuilt binaries/llfio-v2.0-binaries-linux-armhf.tgz
asset_name: llfio-v2.0-binaries-ubuntu18.04-armhf-status_code.tgz
asset_name: llfio-v2.0-binaries-ubuntu20.04-armhf-status_code.tgz
asset_content_type: application/gzip

- name: Upload MacOS 1
Expand All @@ -132,7 +132,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Mac OS error_code prebuilt binaries/llfio-v2.0-binaries-darwin-x64.tgz
asset_name: llfio-v2.0-binaries-macos-10.15-x64-error_code.tgz
asset_name: llfio-v2.0-binaries-macos-11-x64-error_code.tgz
asset_content_type: application/gzip

- name: Upload MacOS 2
Expand All @@ -143,7 +143,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Mac OS status_code prebuilt binaries/llfio-v2.0-binaries-darwin-x64.tgz
asset_name: llfio-v2.0-binaries-macos-10.15-x64-status_code.tgz
asset_name: llfio-v2.0-binaries-macos-11-x64-status_code.tgz
asset_content_type: application/gzip

- name: Upload Windows 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

jobs:
Linux:
name: Ubuntu 18.04
runs-on: ubuntu-18.04
name: Ubuntu 20.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

jobs:
MacOS:
name: Mac OS
runs-on: macos-latest
name: Mac OS 11
runs-on: macos-11
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 0 1 * *'

jobs:
WinVS2017:
WinVS2019:
name: Visual Studio
strategy:
fail-fast: false
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

publish-test-results:
name: "Publish Unit Tests Results"
needs: [WinVS2017]
needs: [WinVS2019]
runs-on: ubuntu-latest
if: success() || failure()

Expand Down
2 changes: 1 addition & 1 deletion doc/html
Submodule html updated 878 files

0 comments on commit 4466ee8

Please sign in to comment.