Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Build with Ubuntu 18.04 (#62)
Browse files Browse the repository at this point in the history
* Build linux with Ubuntu 18.04 (whilst still available)

* Update slang.
  • Loading branch information
jsmall-zzz authored Jan 18, 2023
1 parent 5562dd2 commit 422f4da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
name: Linux Build CI
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Upload Asset - Linux
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
# runs-on: ubuntu-latest
runs-on: ubuntu-22.04
runs-on: ubuntu-18.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion external/slang
Submodule slang updated 356 files

0 comments on commit 422f4da

Please sign in to comment.