Skip to content

Commit

Permalink
Lock ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Dec 16, 2024
1 parent 39c2b95 commit ecebd94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:

schemachange_synapse_data_warehouse_dev:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/dev'
environment: dev
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
--config-folder synapse_data_warehouse
snowsql_admin:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'

env:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
~/bin/snowsql -f admin/grants.sql
schemachange_admin:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
env:
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWSQL_PWD }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
-d METADATA
schemachange_synapse_data_warehouse_prod:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
environment: prod
env:
Expand Down

0 comments on commit ecebd94

Please sign in to comment.