1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-16 19:50:37 +01:00

ci: ubuntu 20.04 as linux actions target

This commit is contained in:
Fabio Di Stasio 2022-11-30 15:57:48 +01:00
parent cf5247bf35
commit 4ca40c07d6
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-20.04, windows-latest]
steps:
- name: Check out Git repository

View File

@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out Git repository
uses: actions/checkout@v3

View File

@ -45,7 +45,7 @@ const workspace = computed(() => {
changeBreadcrumbs({ schema: workspace.value.breadcrumbs.schema });
</script>
<style scoped>
<style lang="scss" scoped>
.empty {
height: 100%;
border-radius: 0;