Skip to content

Commit

Permalink
try ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Sep 4, 2023
1 parent 844c4dc commit fc23e8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

linux-runtime:
name: Runtime (Linux)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Build runtime
working-directory: ./src/runtime/c
Expand All @@ -34,7 +34,7 @@ jobs:
linux-haskell:
name: Haskell (Linux)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: linux-runtime

steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
linux-python:
name: Python (Linux)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: linux-runtime

steps:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

# linux-javascript:
# name: JavaScript (Linux)
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# needs: linux-runtime
#
# steps:
Expand Down

0 comments on commit fc23e8b

Please sign in to comment.