try ubuntu-latest

This commit is contained in:
Krasimir Angelov
2023-09-04 16:49:47 +02:00
parent 844c4dccff
commit fc23e8b9fe

View File

@@ -9,12 +9,12 @@ jobs:
linux-runtime: linux-runtime:
name: Runtime (Linux) name: Runtime (Linux)
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
container: container:
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93 image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v3
- name: Build runtime - name: Build runtime
working-directory: ./src/runtime/c working-directory: ./src/runtime/c
@@ -34,7 +34,7 @@ jobs:
linux-haskell: linux-haskell:
name: Haskell (Linux) name: Haskell (Linux)
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
needs: linux-runtime needs: linux-runtime
steps: steps:
@@ -76,7 +76,7 @@ jobs:
linux-python: linux-python:
name: Python (Linux) name: Python (Linux)
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
needs: linux-runtime needs: linux-runtime
steps: steps:
@@ -106,7 +106,7 @@ jobs:
# linux-javascript: # linux-javascript:
# name: JavaScript (Linux) # name: JavaScript (Linux)
# runs-on: ubuntu-20.04 # runs-on: ubuntu-latest
# needs: linux-runtime # needs: linux-runtime
# #
# steps: # steps: