mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update "runs-on" to use ubuntu-latest instead of deprecated 20.04
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
flex-cleanup:
|
||||
name: Cleanup Flex testing endpoint
|
||||
runs-on: Ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
-
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
flex-update-archived:
|
||||
name: Update Flex Archives
|
||||
runs-on: Ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
-
|
||||
|
||||
@@ -17,7 +17,7 @@ on:
|
||||
jobs:
|
||||
flex-update:
|
||||
name: Update Flex endpoint
|
||||
runs-on: Ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user